vscode快速注释的方法

vscode中进行注释的方法:

1.单行注释,使用“Ctrl + /”,或者先按“CTRL+K”,再按“CTRL+U”;

2.块注释,使用“Alt+Shift+A”。

你可能感兴趣的:(vscode,js,html,css)