diff options
author | pommicket <pommicket@gmail.com> | 2023-01-07 11:57:07 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-07 11:57:07 -0500 |
commit | 57c015b9c87312ae3cc3624e707b86e89618fbfd (patch) | |
tree | 93224710a58edc69dd57f30b729a67938f896f78 /main.c | |
parent | da5a197ea3d6ac8333cb020080205cfd1af530c1 (diff) |
oops turns out Hover.range is optional
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,17 +1,14 @@ /* @TODO: -- 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] - 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? - rust-analyzer bug reports: - bad json can give "Unexpected error: client exited without proper shutdown sequence" - - containerName not always given in textDocument/references + - containerName not always given in workspace/symbols - clangd bug report: - textDocumemt/definition on ted.h declarations just gives you the declaration FUTURE FEATURES: |