You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add command editor.text.rename <name> which does the LSP request
Add keybinding with anonymous command / another command which takes the variables under the cursor and opens the command line with .rename <name> where <name> is the variable under the cursor
Cursor in command line should be at same position in the name as it was in the original text document
The text was updated successfully, but these errors were encountered:
editor.text.rename <name>
which does the LSP request.rename <name>
where<name>
is the variable under the cursorThe text was updated successfully, but these errors were encountered: