Uses of Class
org.eclipse.lemminx.settings.XMLFoldingSettings
-
Packages that use XMLFoldingSettings Package Description org.eclipse.lemminx org.eclipse.lemminx.services org.eclipse.lemminx.settings -
-
Uses of XMLFoldingSettings in org.eclipse.lemminx
Methods in org.eclipse.lemminx that return XMLFoldingSettings Modifier and Type Method Description XMLFoldingSettingsXMLTextDocumentService. getSharedFoldingSettings() -
Uses of XMLFoldingSettings in org.eclipse.lemminx.services
Methods in org.eclipse.lemminx.services with parameters of type XMLFoldingSettings Modifier and Type Method 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) -
Uses of XMLFoldingSettings in org.eclipse.lemminx.settings
Methods in org.eclipse.lemminx.settings that return XMLFoldingSettings Modifier and Type Method Description XMLFoldingSettingsXMLGeneralClientSettings. getFolding()Returns the folding optionsXMLFoldingSettingsSharedSettings. getFoldingSettings()Methods in org.eclipse.lemminx.settings with parameters of type XMLFoldingSettings Modifier and Type Method Description voidXMLFoldingSettings. merge(XMLFoldingSettings newSettings)Merge only the given completion settings (and not the capability) in the settings.voidXMLGeneralClientSettings. setFolding(XMLFoldingSettings foldings)Sets the folding options
-