Package | Description |
---|---|
org.eclipse.lemminx | |
org.eclipse.lemminx.services | |
org.eclipse.lemminx.settings |
Modifier and Type | Method and Description |
---|---|
void |
XMLTextDocumentService.updateCompletionSettings(XMLCompletionSettings newCompletion) |
Modifier and Type | Method and Description |
---|---|
AutoCloseTagResponse |
XMLLanguageService.doAutoClose(DOMDocument xmlDocument,
org.eclipse.lsp4j.Position position,
XMLCompletionSettings completionSettings,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) |
AutoCloseTagResponse |
XMLLanguageService.doTagComplete(DOMDocument xmlDocument,
org.eclipse.lsp4j.Position position,
XMLCompletionSettings completionSettings,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) |
AutoCloseTagResponse |
XMLCompletions.doTagComplete(DOMDocument xmlDocument,
org.eclipse.lsp4j.Position position,
XMLCompletionSettings completionSettings,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) |
AutoCloseTagResponse |
XMLLanguageService.doTagComplete(DOMDocument xmlDocument,
XMLCompletionSettings completionSettings,
org.eclipse.lsp4j.Position position) |
Modifier and Type | Method and Description |
---|---|
XMLCompletionSettings |
XMLGeneralClientSettings.getCompletion()
Returns the completion settings
|
XMLCompletionSettings |
SharedSettings.getCompletionSettings() |
Modifier and Type | Method and Description |
---|---|
void |
XMLCompletionSettings.merge(XMLCompletionSettings newCompletion)
Merge only the given completion settings (and not the capability) in the
settings.
|
void |
XMLGeneralClientSettings.setCompletion(XMLCompletionSettings completion)
Sets the completion settings
|
Copyright © 2021. All rights reserved.