Uses of Enum Class
org.eclipse.lemminx.settings.capabilities.CompletionResolveSupportProperty
Packages that use CompletionResolveSupportProperty
-
Uses of CompletionResolveSupportProperty in org.eclipse.lemminx.settings
Methods in org.eclipse.lemminx.settings with parameters of type CompletionResolveSupportPropertyModifier and TypeMethodDescriptionbooleanXMLCompletionSettings.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 CompletionResolveSupportPropertyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CompletionResolveSupportProperty[]CompletionResolveSupportProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.