feat: add documentation about lsp
This commit is contained in:
parent
da9f17d8ca
commit
b18d5f9b3d
1 changed files with 11 additions and 0 deletions
|
|
@ -84,6 +84,17 @@ Note, these require the cmp list view to be open to do anything!
|
|||
| Tab |scroll down through suggestion list |
|
||||
| Shift + Tab | scroll up through suggestion list |
|
||||
|
||||
## LSP
|
||||
| key | Description |
|
||||
| ----------- | ---------------------- |
|
||||
| Leader + h | go to declaration |
|
||||
| Leader + j | go to definition |
|
||||
| Leader + k | go to implementation |
|
||||
| Leader + l | go to references |
|
||||
| Leader + ; | execute code actions |
|
||||
| Leader + u | signature help |
|
||||
| Leader + g | hover |
|
||||
|
||||
## snippets
|
||||
These require you to be inside a snippet!
|
||||
| key | Description |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue