Uses of Class
org.eclipse.lemminx.settings.XMLCodeLensSettings
Packages that use XMLCodeLensSettings
-
Uses of XMLCodeLensSettings in org.eclipse.lemminx
Methods in org.eclipse.lemminx that return XMLCodeLensSettingsMethods in org.eclipse.lemminx with parameters of type XMLCodeLensSettingsModifier and TypeMethodDescriptionvoidXMLTextDocumentService.updateCodeLensSettings(XMLCodeLensSettings newSettings) -
Uses of XMLCodeLensSettings in org.eclipse.lemminx.services
Methods in org.eclipse.lemminx.services with parameters of type XMLCodeLensSettingsModifier and TypeMethodDescriptionList<? 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 XMLCodeLensSettingsModifier and TypeMethodDescriptionXMLGeneralClientSettings.getCodeLens()Returns the code lens settings.SharedSettings.getCodeLensSettings()Methods in org.eclipse.lemminx.settings with parameters of type XMLCodeLensSettingsModifier and TypeMethodDescriptionvoidXMLCodeLensSettings.merge(XMLCodeLensSettings newSettings) voidXMLGeneralClientSettings.setCodeLens(XMLCodeLensSettings codeLens) Sets the code lens settings.