Home > Article > Development Tools > How to replace specified content in vscode
vscode batch modify the specified variable name or function name
1. Select all target variable names or function names
Left-click the cursor to select a variable , then CTRL Shift L to select all target variables
2. Replace
CTRL F to open the search window and change the window to replace mode. The second step below line with the name to be replaced.
The two icons on the right represent single replacement (used with the left and right arrows above) and all replacement respectively
Recommended related article tutorials: vscode tutorial
The above is the detailed content of How to replace specified content in vscode. For more information, please follow other related articles on the PHP Chinese website!