Home > Development Tools > VSCode > body text

What is the shortcut key for commenting html code in vscode

青灯夜游
Release: 2023-01-13 00:40:58
Original
22353 people have browsed it

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.

What is the shortcut key for commenting html code in vscode

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 /

To select the code, just use

Ctrl /; to cancel the comment, just press Ctrl / again.

What is the shortcut key for commenting html code in vscode

2. Use

Alt Shift A

What is the shortcut key for commenting html code in vscode

3. Press

CTRL K first , then press CTRL U

What is the shortcut key for commenting html code in vscode

For more programming-related knowledge, please visit:

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!