vscode There are three shortcut keys for commenting html code: 1. Directly use "Ctrl /" to comment; 2. Directly use "Alt Shift A" to comment; 3. First use "CTRL K" , use "CTRL U" to comment.
The operating environment of this tutorial: Windows 7 system, Visual Studio Code version 1.45.1.0, Dell G3 computer.
Related recommendations: "vscode Basic Tutorial"
vscode shortcut keys for commenting html code
##1. Ctrl /
Ctrl /; to cancel the comment, just press
Ctrl / again.
Alt Shift A
CTRL K first , then press
CTRL U
Programming Video! !
The above is the detailed content of What is the shortcut key for commenting html code in vscode. For more information, please follow other related articles on the PHP Chinese website!