Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Fast LogNew to Visual Studio Code? Get it now.
Fast Log

Fast Log

guxin

|
62 installs
| (3) | Free
a vscode plugin that can quickly console.log
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Fast Log

说明

Fast Log是一款VS Code插件,旨在帮助开发者快速进行打印操作。

具体操作

键盘操作

  • Windows ctrl + shift + m
  • Mac cmd + shift + m

命令操作

通过 ctrl + shift + p(Windows) / cmd + shift + p(Mac) 打开插件扩展命令行, 输入insertConsoleLog, 按enter执行

基本使用

你有俩种方式可以进行打印操作

  • 选中目标代码, 按下快捷键(crtl + shift + m), 会打印目标代码
  • 将光标放入想打印行中,按下快捷键(crtl + shift + m), 但是必须带有变量关键字(var/let/const)

删除当前页面所有的 console.log

  • 按下快捷键(crtl + shift + p) crtl + shift + p
  • 执行删除命令 执行删除命令
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft