diff options
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) |