Uses of Class
org.eclipse.lemminx.settings.XMLCompletionSettings
Packages that use XMLCompletionSettings
-
Uses of XMLCompletionSettings in org.eclipse.lemminx
Methods in org.eclipse.lemminx with parameters of type XMLCompletionSettingsModifier and TypeMethodDescriptionvoidXMLTextDocumentService.updateCompletionSettings(XMLCompletionSettings newCompletion) -
Uses of XMLCompletionSettings in org.eclipse.lemminx.services
Methods in org.eclipse.lemminx.services with parameters of type XMLCompletionSettingsModifier and TypeMethodDescriptionXMLLanguageService.doAutoClose(DOMDocument xmlDocument, org.eclipse.lsp4j.Position position, XMLCompletionSettings completionSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) XMLCompletions.doTagComplete(DOMDocument xmlDocument, org.eclipse.lsp4j.Position position, XMLCompletionSettings completionSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) XMLLanguageService.doTagComplete(DOMDocument xmlDocument, XMLCompletionSettings completionSettings, org.eclipse.lsp4j.Position position) XMLLanguageService.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 XMLCompletionSettingsModifier and TypeMethodDescriptionXMLGeneralClientSettings.getCompletion()Returns the completion settingsSharedSettings.getCompletionSettings()Methods in org.eclipse.lemminx.settings with parameters of type XMLCompletionSettingsModifier and TypeMethodDescriptionvoidXMLCompletionSettings.merge(XMLCompletionSettings newCompletion) Merge only the given completion settings (and not the capability) in the settings.voidXMLGeneralClientSettings.setCompletion(XMLCompletionSettings completion) Sets the completion settings