diff options
author | pommicket <pommicket@gmail.com> | 2022-12-30 14:57:26 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-30 14:57:26 -0500 |
commit | 547bfbba7a1ef84d397711882a501fc4914addba (patch) | |
tree | fd702946ac77db0c828e871f4ad90ae6fe99198b /main.c | |
parent | f2c8a3a77fdd7f397e04edcaf5dae5e7777f03b6 (diff) |
show location in definitions menu
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,5 @@ /* @TODO: -- show location in definitions menu - handle multiple symbols with same name - cancelling requests e.g. in ide-definitions.c - more LSP stuff: @@ -20,7 +19,7 @@ - TESTING: make rust-analyzer-slow (waits 10s before sending response) - run everything through valgrind ideally with leak checking - grep -i -n TODO *.[ch] -- when searching files/definitions, sort by length? or put exact matches at the top? +- when searching files, put exact matches at the top --- LSP MERGE --- - improve structure of ted source code to make LSP completions better (make every c file a valid translation unit) |