Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/uga-rosa/ddu-source-lsp
- Owner: uga-rosa
- License: mit
- Created: 2023-05-29T16:30:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-19T08:20:12.000Z (7 months ago)
- Last Synced: 2024-05-19T09:27:47.937Z (7 months ago)
- Topics: coc-nvim, ddu-source, ddu-vim, nvim-lsp
- Language: TypeScript
- Homepage:
- Size: 239 KB
- Stars: 19
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/codeActionSee [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.