summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 8048b3e..f010f91 100644
--- a/main.c
+++ b/main.c
@@ -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)