Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uga-rosa/ddu-source-lsp

Ddu source for lsp.
https://github.com/uga-rosa/ddu-source-lsp

coc-nvim ddu-source ddu-vim nvim-lsp

Last synced: about 2 months ago
JSON representation

Ddu source for lsp.

Awesome Lists containing this project

README

        

# ddu-source-lsp

Ddu source for lsp.

Supported lsp clients are:
- nvim-lsp (neovim's built-in client)
- coc.nvim (https://github.com/neoclide/coc.nvim)
- vim-lsp (https://github.com/prabirshrestha/vim-lsp)

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](./doc/ddu-source-lsp.txt) for details.

# ddu-source-lsp_diagnostic

Ddu source for diagnostic.

Supported lsp clients are:
- nvim-lsp (neovim's diagnostic framework)
- coc.nvim (https://github.com/neoclide/coc.nvim)
- vim-lsp (https://github.com/prabirshrestha/vim-lsp)

See [doc](./doc/ddu-source-lsp_diagnostic.txt) for details.