Package org.eclipse.lemminx.client
package org.eclipse.lemminx.client
-
ClassDescriptionSends a notification to the client via a jsonrpc notification while managing cacheCommonly used client commandsCodeLens kind supported by the client.Specific capabilities for the `CodeLensKind`.Extended client capabilities not defined by the LSP.Extended capabilities specific to the `textDocument/codeLens` request.This class sends a warning to the client via a jsonrpc notification The cache is a Map<String, Set
> where the keys are the feature names and the value is a set of file paths for which notifications have been sent already Features that are associated with a particuliar settingIdLimitExceededWarner sends a warning to the client via a jsonrpc notification Cache is a Map<String, Set> where the keys are the feature names and the values are the file paths for which notifications have been sent already Features that are associated with some limit For example, document symbols have a maximum limit for performance reasonsFeatures that are associated with filePaths For example, XML catalog support is associated with XML catalog filePaths