summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-31 16:04:26 -0500
committerpommicket <pommicket@gmail.com>2022-12-31 16:04:26 -0500
commitecca6666861f590ac17c68ea0b81ba0672667e65 (patch)
tree984e898163635e4fb5b8f81692d1d44946f15978 /main.c
parentfd617d8d9723f76dcdb51b2fa54ef960be4edccc (diff)
goto-definition-at-cursor command
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.c b/main.c
index e393cc8..d770d70 100644
--- a/main.c
+++ b/main.c
@@ -1,11 +1,8 @@
/*
@TODO:
- handle multiple symbols with same name in go-to-definition menu
-- :go-to-cursor-definition
-- test full unicode position handling
- better non-error window/showMessage(Request)
- document lsp.h and lsp.c.
-- add last_request_id checking to autocomplete_process_lsp_response
- maximum queue size for requests/responses just in case?
- idea: configurable timeout
- what to do if initialize request takes a long time?