diff options
author | pommicket <pommicket@gmail.com> | 2022-12-30 14:21:35 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-30 14:21:35 -0500 |
commit | 91fc9b10e1700b482b13af1d25d95d80085a9b79 (patch) | |
tree | 8873099c6de0cefe8304f1d04c7be349e3e189ab /main.c | |
parent | 66367583a3b57e37e9198838222f45d99e77d8ae (diff) |
go to definition
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,7 @@ /* @TODO: +- show location in definitions menu +- handle multiple symbols with same name - cancelling requests e.g. in ide-definitions.c - sort symbols by score (clangd extension?) - more LSP stuff: @@ -7,6 +9,7 @@ - find usages - refactoring? - ted_active_lsp should return something even when buffer isn't open +- some way of opening + closing all C files in directory for clangd workspace/symbols to work - test full unicode position handling - check if there are any other non-optional/nice-to-have-support-for server-to-client requests - better non-error window/showMessage(Request) |