Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 901 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 901 Bytes

ddu-source-lsp

Ddu source for lsp.

Supported lsp clients are:

Supported methods are:

  • textDocument/declaration
  • textDocument/definition
  • textDocument/typeDefinition
  • textDocument/implementation
  • textDocument/references
  • textDocument/documentSymbol
  • workspace/symbol
  • callHierarchy/incomingCalls
  • callHierarchy/outgoingCalls
  • typeHierarchy/supertypes
  • typeHierarchy/subtypes
  • textDocument/codeAction

See doc for details.

ddu-source-lsp_diagnostic

Ddu source for diagnostic.

Supported lsp clients are:

See doc for details.