diff options
author | pommicket <pommicket@gmail.com> | 2022-12-30 16:27:31 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-30 16:27:31 -0500 |
commit | 72624969e99d284984614a33cabb4ed9fea31a0a (patch) | |
tree | 0339461c7d415a4a8cb7fa894e6306804b9c3739 /main.c | |
parent | ad841a324e905559ab7640956b0fbe2d2fdb3b77 (diff) |
write rename request
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,9 +1,11 @@ /* @TODO: -- handle multiple symbols with same name - more LSP stuff: - find usages - - refactoring? + - rename + - check for others +- handle multiple symbols with same name in go-to-definition menu +- :go-to-cursor-definition - test full unicode position handling - check if there are any other non-optional/nice-to-have-support-for server-to-client requests - better non-error window/showMessage(Request) |