Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Other
>
console-comment
New to Visual Studio Code?
Get it now.
console-comment
onlyadaydreamer
|
669 installs
|
(
1
)
|
Free
插入、删除console, 删除注释
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
easier-console-comment
🖖 一个 vscode 插件
功能
一键删除所有 console
一键删除所有注释
选中文本一键插入 console, 支持不同场景
文本如果是
e
、
err
、
error
, 会使用
console.error()
文本如果是数组,会使用
console.table()