diff options
author | pommicket <pommicket@gmail.com> | 2022-12-22 18:19:02 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-22 18:19:02 -0500 |
commit | 6205e83793eff547d404fa5bde747076a1191893 (patch) | |
tree | e6dffd5f6ac53ed43195ccec6f57918dbfd2e7dd /main.c | |
parent | 23e138019964662b4e847770eeda2bb5d3130f7a (diff) |
didClose notification, better completion
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |