Uses of Class
org.eclipse.lemminx.settings.XMLCodeLensSettings
-
Packages that use XMLCodeLensSettings Package Description org.eclipse.lemminx org.eclipse.lemminx.services org.eclipse.lemminx.settings -
-
Uses of XMLCodeLensSettings in org.eclipse.lemminx
Methods in org.eclipse.lemminx that return XMLCodeLensSettings Modifier and Type Method Description XMLCodeLensSettingsXMLTextDocumentService. getSharedCodeLensSettings()Methods in org.eclipse.lemminx with parameters of type XMLCodeLensSettings Modifier and Type Method Description voidXMLTextDocumentService. updateCodeLensSettings(XMLCodeLensSettings newSettings) -
Uses of XMLCodeLensSettings in org.eclipse.lemminx.services
Methods in org.eclipse.lemminx.services with parameters of type XMLCodeLensSettings Modifier and Type Method Description List<? extends org.eclipse.lsp4j.CodeLens>XMLLanguageService. getCodeLens(DOMDocument xmlDocument, XMLCodeLensSettings settings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) -
Uses of XMLCodeLensSettings in org.eclipse.lemminx.settings
Methods in org.eclipse.lemminx.settings that return XMLCodeLensSettings Modifier and Type Method Description XMLCodeLensSettingsXMLGeneralClientSettings. getCodeLens()Returns the code lens settings.XMLCodeLensSettingsSharedSettings. getCodeLensSettings()Methods in org.eclipse.lemminx.settings with parameters of type XMLCodeLensSettings Modifier and Type Method Description voidXMLCodeLensSettings. merge(XMLCodeLensSettings newSettings)voidXMLGeneralClientSettings. setCodeLens(XMLCodeLensSettings codeLens)Sets the code lens settings.
-