Uses of Class
org.eclipse.lemminx.settings.capabilities.CompletionResolveSupportProperty
-
Packages that use CompletionResolveSupportProperty Package Description org.eclipse.lemminx.settings org.eclipse.lemminx.settings.capabilities -
-
Uses of CompletionResolveSupportProperty in org.eclipse.lemminx.settings
Methods in org.eclipse.lemminx.settings with parameters of type CompletionResolveSupportProperty Modifier and Type Method Description booleanXMLCompletionSettings. isCompletionResolveSupported(CompletionResolveSupportProperty property)Returns true if the client supports resolving the givenCompletionResolveSupportPropertyproperty in completionItem/resolve and false otherwise. -
Uses of CompletionResolveSupportProperty in org.eclipse.lemminx.settings.capabilities
Methods in org.eclipse.lemminx.settings.capabilities that return CompletionResolveSupportProperty Modifier and Type Method Description static CompletionResolveSupportPropertyCompletionResolveSupportProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static CompletionResolveSupportProperty[]CompletionResolveSupportProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.
-