Answers for "vs code rename multiple variables"

1

how to change multiple variable names in vscode

Press F2 and then type the new desired name and press Enter.
Posted by: Guest on July-17-2021
3

rename multiple strings in vscode

(1) Select your code

(2) Ctrl+Shift+L (which is editor.action.selectHighlights)

(3) voila, multiple cursors done - type away.
Posted by: Guest on July-14-2020

Code answers related to "vs code rename multiple variables"

Browse Popular Code Answers by Language