summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-28 17:29:26 -0500
committerpommicket <pommicket@gmail.com>2022-12-28 17:29:26 -0500
commitdce1a94e3be8dc4b702d02d901d9b38c6f6a41ce (patch)
tree4ec198f966f34fe0aea5003d4e301bd33e13de03 /main.c
parentdc8d64a02d99368d2a66cff6caf5a18de3f06bd2 (diff)
signature-help setting
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index 9cd5d27..b73122f 100644
--- a/main.c
+++ b/main.c
@@ -4,9 +4,7 @@
- hover
- go to definition using LSP
- find usages
-- go through signature help capabilities
- JSON syntax highlighting
-- 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.