Package | Description |
---|---|
org.eclipse.lemminx | |
org.eclipse.lemminx.services | |
org.eclipse.lemminx.settings |
Modifier and Type | Method and Description |
---|---|
XMLFoldingSettings |
XMLTextDocumentService.getSharedFoldingSettings() |
Modifier and Type | Method and Description |
---|---|
List<org.eclipse.lsp4j.FoldingRange> |
XMLLanguageService.getFoldingRanges(DOMDocument xmlDocument,
XMLFoldingSettings context) |
List<org.eclipse.lsp4j.FoldingRange> |
XMLLanguageService.getFoldingRanges(DOMDocument xmlDocument,
XMLFoldingSettings context,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) |
Modifier and Type | Method and Description |
---|---|
XMLFoldingSettings |
XMLGeneralClientSettings.getFolding()
Returns the folding options
|
XMLFoldingSettings |
SharedSettings.getFoldingSettings() |
Modifier and Type | Method and Description |
---|---|
void |
XMLFoldingSettings.merge(XMLFoldingSettings newSettings)
Merge only the given completion settings (and not the capability)
in the settings.
|
void |
XMLGeneralClientSettings.setFolding(XMLFoldingSettings foldings)
Sets the folding options
|
Copyright © 2022. All rights reserved.