diff options
author | pommicket <pommicket@gmail.com> | 2022-12-31 12:12:07 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-31 12:12:07 -0500 |
commit | b45acfb66cd4c4474d3fd951d2a1b0fe3b63ae0b (patch) | |
tree | 61209fe68bd406e26e4f356043c7836668b8cd5b /main.c | |
parent | 02faedf9bf7e826bc78161f8cf07ffca5d2dbe57 (diff) |
better LSP request cancelling
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |