summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-06 18:00:14 -0500
committerpommicket <pommicket@gmail.com>2023-01-06 18:00:45 -0500
commit082daa54c41c44ad1e878485237faea8f9a60678 (patch)
tree5ffdeb9245c7210fd8a2e35357e9b548f32f7c06 /main.c
parent2d32df18e83b059834ae65904e6439c72372454b (diff)
finished lsp-log
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.c b/main.c
index a0bc3b6..85d1a6f 100644
--- a/main.c
+++ b/main.c
@@ -5,17 +5,15 @@
- check that tags still works
- check that phantom completions works with tags
- do we need higher than 1-second resolution in time_last_modified on windows?
+- 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]
-- when searching files, put exact matches at the top
-- auto-set build command for cmake (both for windows and unix)
- 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?
-- more documentation generally
- rust-analyzer bug reports:
- bad json can give "Unexpected error: client exited without proper shutdown sequence"
- containerName not always given in textDocument/references