Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>beautify-logNew to Visual Studio Code? Get it now.
beautify-log

beautify-log

mulige

|
44 installs
| (0) | Free
美化 console.log 在浏览器的输出
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

beautifyLog

介绍

美化 log 的输出,让 浏览器的输出不再单调

使用

目前提供了四种输出方式:

  • info - 对应的触发命令是 ILog
  • warn - 对应的触发命令式 WLog
  • error - 对应的触发命令式 ELog
  • success - 对应的触发命令式 SLog

代码演示

  const a = 123;
  a.ILog
  a.WLog
  a.ELog
  a.SLog
  // 在输入完成之后可以通过快捷键触发,目前可使用的快捷键是 alt + d 

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