summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-22 18:19:02 -0500
committerpommicket <pommicket@gmail.com>2022-12-22 18:19:02 -0500
commit6205e83793eff547d404fa5bde747076a1191893 (patch)
treee6dffd5f6ac53ed43195ccec6f57918dbfd2e7dd /main.c
parent23e138019964662b4e847770eeda2bb5d3130f7a (diff)
didClose notification, better completion
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index df88311..9b113c2 100644
--- a/main.c
+++ b/main.c
@@ -1,11 +1,11 @@
/*
@TODO:
-- send didClose
-- don't select the one and only completion when user types stuff
+- show detail and type
- LSP setting
- scroll through completions
- figure out under which circumstances backspace should close completions
- rename buffer->filename to buffer->path
+ - make buffer->path NULL for untitled buffers & fix resulting mess
- rust-analyzer bug reports:
- bad json can give "Unexpected error: client exited without proper shutdown sequence"
- rust-analyzer should wait until cargo metadata/check is done before sending initialize response