diff options
author | pommicket <pommicket@gmail.com> | 2022-12-31 16:16:26 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-31 16:16:26 -0500 |
commit | 993d4f50d13c3a703d634d989af7dd8b96ae8c3d (patch) | |
tree | f051d452668ca30f98608545c65608cedd7c7aad | |
parent | ecca6666861f590ac17c68ea0b81ba0672667e65 (diff) |
update todos
-rw-r--r-- | main.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -3,11 +3,6 @@ - handle multiple symbols with same name in go-to-definition menu - better non-error window/showMessage(Request) - document lsp.h and lsp.c. -- maximum queue size for requests/responses just in case? - - idea: configurable timeout - - what to do if initialize request takes a long time? -- delete old sent requests? but make sure requests that just take a long time are okay. - (if the server never sends a response) - check LSP process status (TEST: what happens if LSP server is not installed) - make tags_dir the root folder - check that tags still works @@ -47,7 +42,7 @@ FUTURE FEATURES: - keyboard macros - ctrl+9/0 to inc/dec number would be useful here - with macros we can really test performance of buffer_insert_text_at_pos, etc. (which should ideally be fast) -- real typescript highlighting (?) +- LSP request timeout */ #include "base.h" |