Documentation

Lean.Data.Lsp.Capabilities

Minimal LSP servers/clients do not have to implement a lot of functionality. Most useful additional behavior is instead opted into via capabilities.

  • documentChanges? : Option Bool

    The client supports versioned document changes in WorkspaceEdits.

  • changeAnnotationSupport? : Option Lean.Lsp.ChangeAnnotationSupport

    Whether the client in general supports change annotations on text edits.

  • resourceOperations? : Option (Array String)

    The resource operations the client supports. Clients should at least support 'create', 'rename' and 'delete' files and folders.

Instances For
Instances For