From 100859239a28c2709bb3e2cdce347300a2b763e2 Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 8 Sep 2023 17:17:35 -0400 Subject: LSP over TCP initial draft --- main.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 12d7d63..c070760 100644 --- a/main.c +++ b/main.c @@ -1,6 +1,10 @@ /* TODO: -- LSP over TCP (needed for godot) +- 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 +- LSP textDocument/formatting and textDocument/rangeFormatting FUTURE FEATURES: - autodetect indentation (tabs vs spaces) - custom file/build command associations -- cgit v1.2.3