diff options
author | pommicket <pommicket@gmail.com> | 2022-12-31 16:04:26 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-31 16:04:26 -0500 |
commit | ecca6666861f590ac17c68ea0b81ba0672667e65 (patch) | |
tree | 984e898163635e4fb5b8f81692d1d44946f15978 /main.c | |
parent | fd617d8d9723f76dcdb51b2fa54ef960be4edccc (diff) |
goto-definition-at-cursor command
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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? |