What should I do if the vscode cursor does not follow?
Solution:
● JS-CS_html formatter Uninstall this plug-in
If it doesn’t exist, or uninstall one similar to this one, if it still doesn’t exist, ignore this one
● If automatic save is set
, change the configuration to
"files.autoSaveDelay": 5000,
Auto save setting delay
Recommended tutorial: vscode tutorial
The above is the detailed content of What should I do if the vscode cursor does not follow?. For more information, please follow other related articles on the PHP Chinese website!