diff options
author | pommicket <pommicket@gmail.com> | 2023-01-06 22:04:38 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-06 22:04:38 -0500 |
commit | a654b666c20aa4bb42116689f90f83d55484786f (patch) | |
tree | 02b3f0b5019d8fadb8ca9c743cc6085698576e9c /main.c | |
parent | 42ae808f712efb7edac1bdc647a456cfcccb2d39 (diff) |
fix some autocomplete issues
also untested higher-than-1-second-resolution windows time_last_modified
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,6 +1,5 @@ /* @TODO: -- do we need higher than 1-second resolution in time_last_modified on windows? - when searching files, put exact matches at the top - TESTING: make rust-analyzer-slow (waits 10s before sending response) - TESTING: check all IDE features with different servers @@ -22,15 +21,14 @@ FUTURE FEATURES: - manual.md - better handling of backspace with space indentation - CSS highlighting +- option for separate colors for read/write highlights - styles ([color] sections) - make go-to-definition/hover/highlight modifier key configurable -- option for separate colors for read/write highlights - return to previous location in buffer - font setting & support for multiple fonts to cover more characters - comment-start & comment-end settings - robust find (results shouldn't move around when you type things) -- multiple files with command line arguments -- :set-build-command +- open multiple files with command line arguments - document links using LSP textDocument/documentLink request - rename using LSP (textDocument/rename) - we have request writing & response parsing support for it, but that hasn't been tested yet |