Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>tab-consoleNew to Visual Studio Code? Get it now.
tab-console

tab-console

vincent_xlk

|
185 installs
| (0) | Free
VSCode插件tab-console
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Example:

输入变量,再输入.log,在自动补全的选项里选择tab-console提供的log,可将变量替换为console.log

 const variable = 'demo';
 variable.log (select log and press tab or enter)
 variable -> console.log("variable:", variable);

或者 输入变量,输入.log(.lo 或 .l)后,按下alt + tab,也可实现相同功能

  const variable = 'demo';
  variable.log (press alt + tab)
  variable.lo  (press alt + tab)
  variable.l   (press alt + tab)
  variable -> console.log("variable:", variable);

Tips: 个人demo

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft