From b45acfb66cd4c4474d3fd951d2a1b0fe3b63ae0b Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 31 Dec 2022 12:12:07 -0500 Subject: better LSP request cancelling --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.c') 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 -- cgit v1.2.3