Uses of Class
org.eclipse.lemminx.settings.XMLCompletionSettings
-
Packages that use XMLCompletionSettings Package Description org.eclipse.lemminx org.eclipse.lemminx.services org.eclipse.lemminx.settings -
-
Uses of XMLCompletionSettings in org.eclipse.lemminx
Methods in org.eclipse.lemminx with parameters of type XMLCompletionSettings Modifier and Type Method Description voidXMLTextDocumentService. updateCompletionSettings(XMLCompletionSettings newCompletion) -
Uses of XMLCompletionSettings in org.eclipse.lemminx.services
Methods in org.eclipse.lemminx.services with parameters of type XMLCompletionSettings Modifier and Type Method Description AutoCloseTagResponseXMLLanguageService. doAutoClose(DOMDocument xmlDocument, org.eclipse.lsp4j.Position position, XMLCompletionSettings completionSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)AutoCloseTagResponseXMLCompletions. doTagComplete(DOMDocument xmlDocument, org.eclipse.lsp4j.Position position, XMLCompletionSettings completionSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)AutoCloseTagResponseXMLLanguageService. doTagComplete(DOMDocument xmlDocument, XMLCompletionSettings completionSettings, org.eclipse.lsp4j.Position position)AutoCloseTagResponseXMLLanguageService. doTagComplete(DOMDocument xmlDocument, org.eclipse.lsp4j.Position position, XMLCompletionSettings completionSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) -
Uses of XMLCompletionSettings in org.eclipse.lemminx.settings
Methods in org.eclipse.lemminx.settings that return XMLCompletionSettings Modifier and Type Method Description XMLCompletionSettingsXMLGeneralClientSettings. getCompletion()Returns the completion settingsXMLCompletionSettingsSharedSettings. getCompletionSettings()Methods in org.eclipse.lemminx.settings with parameters of type XMLCompletionSettings Modifier and Type Method Description voidXMLCompletionSettings. merge(XMLCompletionSettings newCompletion)Merge only the given completion settings (and not the capability) in the settings.voidXMLGeneralClientSettings. setCompletion(XMLCompletionSettings completion)Sets the completion settings
-