feat: first (mostly) working version of goto_definition command
Tested only with zls and clangd so far.
This commit is contained in:
parent
7e17f713e7
commit
fc15c8bda6
6 changed files with 186 additions and 56 deletions
8
help.md
8
help.md
|
@ -241,6 +241,11 @@ cycle style of editing.
|
|||
- Ctrl-F10 =>
|
||||
Toggle visible whitespace mode
|
||||
|
||||
### Language Server Commands
|
||||
|
||||
- F12 =>
|
||||
Goto definition
|
||||
|
||||
### Debugging Commands
|
||||
|
||||
- F5, Ctrl-Shift-i =>
|
||||
|
@ -255,9 +260,6 @@ cycle style of editing.
|
|||
- F11, Ctrl-J, Alt-l =>
|
||||
Toggle log view
|
||||
|
||||
- F12, Alt-i =>
|
||||
Toggle input view
|
||||
|
||||
- Ctrl-Shift-/ =>
|
||||
Dump current widget tree to log view
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue