diff options
author | pommicket <pommicket@gmail.com> | 2022-12-30 21:12:33 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-30 21:12:33 -0500 |
commit | 9d9032fcd0f92d4c1838218f43e5b14acf2a99fc (patch) | |
tree | b93c033e7d377d844e1a145f5fd1ff209c30a298 /main.c | |
parent | 1bd19da6910c85029c34c6d8cf65739a9e0a2127 (diff) |
textDocument/rename response parsing
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,6 @@ - more LSP stuff: - document highlight (textDocument/documentHighlight) - find usages (textDocument/references) - - rename (textDocument/rename) - handle multiple symbols with same name in go-to-definition menu - :go-to-cursor-definition - test full unicode position handling @@ -39,6 +38,8 @@ FUTURE FEATURES: - multiple files with command line arguments - :set-build-command - document links using LSP textDocument/documentLink request +- rename using LSP (textDocument/rename) + - i'm putting this off for now since it seems hard to have undo support for it. - add numlock as a key modifier? (but make sure "Ctrl+S" handles both "No NumLock+Ctrl+S" and "NumLock+Ctrl+S") - better undo chaining (dechain on backspace?) - allow multiple fonts (fonts directory?) |