summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-31 12:12:07 -0500
committerpommicket <pommicket@gmail.com>2022-12-31 12:12:07 -0500
commitb45acfb66cd4c4474d3fd951d2a1b0fe3b63ae0b (patch)
tree61209fe68bd406e26e4f356043c7836668b8cd5b /main.c
parent02faedf9bf7e826bc78161f8cf07ffca5d2dbe57 (diff)
better LSP request cancelling
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 335f48b..b5e4bd2 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,6 @@
/*
@TODO:
-- use ted_cancel_request more
+- highlighting stuff in README
- show line containing usage
- hover-auto
- handle multiple symbols with same name in go-to-definition menu
@@ -17,6 +17,7 @@
- make tags_dir the root folder
- check that tags still works
- 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