Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>小小怪的插件New to Visual Studio Code? Get it now.
小小怪的插件

小小怪的插件

huaqing_tan

|
1 install
| (0) | Free
console.log 代码生成插件
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

小小怪的插件

这是一个 VSCode 插件,用于生成 console.log 代码。

功能

  • 选中变量,右键 → 我的插件 → 生成 console.log
  • 支持函数或语句块,自动在结尾插入打印语句
  • 快捷键:Ctrl+G

示例

const name = "小小怪";
// 插件将生成:
console.log("name", name);
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft