Package org.eclipse.lemminx.client


package org.eclipse.lemminx.client
  • Class
    Description
    Sends a notification to the client via a jsonrpc notification while managing cache
    Commonly used client commands
    CodeLens 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 settingId
    LimitExceededWarner 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 reasons
    Features that are associated with filePaths For example, XML catalog support is associated with XML catalog filePaths