diff options
author | pommicket <pommicket@gmail.com> | 2022-12-28 13:29:01 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-28 13:29:01 -0500 |
commit | f57b21c5a6ac9913e3b9727abfed951708917250 (patch) | |
tree | b3bfd84139c9d79abd51bcb74adaf0d50966e15e /main.c | |
parent | d6b2cc80723ce6e8454449bcdcdcb495f7a08ad9 (diff) |
moving things around a bit
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,8 +1,5 @@ /* @TODO: -Unrecognized request method: language/status -Unrecognized request method: client/registerCapability -Unrecognized request method: workspace/executeClientCommand - why is jdtls not giving us signatures? - why is clangd not giving us active parameter? - more LSP stuff: @@ -12,7 +9,7 @@ Unrecognized request method: workspace/executeClientCommand - find usages - go through signature help capabilities - JSON syntax highlighting -- separate signature-help setting (dont use trigger-characters) +- separate signature-help setting - check if there are any other non-optional/nice-to-have-support-for server-to-client requests - better non-error window/showMessage(Request) - document lsp.h and lsp.c. |