diff options
author | pommicket <pommicket@gmail.com> | 2023-09-08 19:16:37 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-08 19:16:37 -0400 |
commit | f86b0aa1e843646056c08a91fcc759aa0d8a57ba (patch) | |
tree | 49a48c14c167df8614996d0c5b8d026fc99fc627 /main.c | |
parent | 100859239a28c2709bb3e2cdce347300a2b763e2 (diff) |
better LSP over TCP
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,10 +1,8 @@ /* TODO: -- highlight not, super in godot (where do those appear in the godot docs?) -- what's goin wrong with godot (test other servers over TCP) - - check for server stops running over TCP -- automatically restart server +- figure out what's wrong with godot language server - LSP textDocument/formatting and textDocument/rangeFormatting +- automatically restart server FUTURE FEATURES: - autodetect indentation (tabs vs spaces) - custom file/build command associations |