From 993d4f50d13c3a703d634d989af7dd8b96ae8c3d Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 31 Dec 2022 16:16:26 -0500 Subject: update todos --- main.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index d770d70..b8f949e 100644 --- a/main.c +++ b/main.c @@ -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" -- cgit v1.2.3