Answers for "vscode search and replace all files"

1

replace in all files vscode

Navigate to the search, click icon to the left or:
(mac) cmd + shift + h
(PC) ctrl + shift + h
expand replace
enter search term and replace term
confirm!
Posted by: Guest on September-09-2021
3

how to replace text for same words vs code

(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 "vscode search and replace all files"

Browse Popular Code Answers by Language