Closed Shatur closed 4 years ago
Currently :LampRename requests input with empty text. I suggest to fill this input with the current item name by default. This can be very useful if you want to fix a typo or just extend current name. Most IDE's use the same approach for renaming.
:LampRename
For example, how it works in VSCode.
Fixed it.
The textDocument/prepareRename is bit complex so I missed the return data format.
textDocument/prepareRename
You are very fast :) Thanks!
Currently
:LampRename
requests input with empty text. I suggest to fill this input with the current item name by default. This can be very useful if you want to fix a typo or just extend current name. Most IDE's use the same approach for renaming.