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.

Instances For
    Instances For
      Instances For
        • The client supports versioned document changes in WorkspaceEdits.

          documentChanges? : Option Bool
        • Whether the client in general supports change annotations on text edits.

          changeAnnotationSupport? : Option Lean.Lsp.ChangeAnnotationSupport
        • The resource operations the client supports. Clients should at least support 'create', 'rename' and 'delete' files and folders.

          resourceOperations? : Option (Array String)
        Instances For
          Instances For