summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-07 11:57:07 -0500
committerpommicket <pommicket@gmail.com>2023-01-07 11:57:07 -0500
commit57c015b9c87312ae3cc3624e707b86e89618fbfd (patch)
tree93224710a58edc69dd57f30b729a67938f896f78 /main.c
parentda5a197ea3d6ac8333cb020080205cfd1af530c1 (diff)
oops turns out Hover.range is optional
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/main.c b/main.c
index ba9c5e2..ff62481 100644
--- a/main.c
+++ b/main.c
@@ -1,17 +1,14 @@
/*
@TODO:
-- when searching files, put exact matches at the top
-- TESTING: make rust-analyzer-slow (waits 10s before sending response)
- TESTING: check all IDE features with different servers
- run everything through valgrind ideally with leak checking
-- grep -i -n TODO *.[ch]
- some way of opening + closing all C files in directory for clangd
textDocument/references to work?
- maybe it can be done with the clangd config instead.
- does vscode have the same problem?
- rust-analyzer bug reports:
- bad json can give "Unexpected error: client exited without proper shutdown sequence"
- - containerName not always given in textDocument/references
+ - containerName not always given in workspace/symbols
- clangd bug report:
- textDocumemt/definition on ted.h declarations just gives you the declaration
FUTURE FEATURES: