Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vscode插件推荐] console helper — 更快的输入/移除 log,配合醒目的颜色,一键搞定 log #2141

Open
14 tasks done
Sean529 opened this issue Dec 31, 2021 · 0 comments

Comments

@Sean529
Copy link

Sean529 commented Dec 31, 2021

console-helper(日志小助手)

console helper — 帮助开发者更快的输入/移除 log,醒目的主题搭配,极大的提高开发效率。

  1. 一键搞定,告别手打 log clg console.log() console.log('AT', AT) ...
  2. 配置性强,可自由配置 log 样式
  3. 如果你跟我一样极(lan)客(ai),那么这款扩展很适合你
  4. 迷你插件,不占用内存资源,本插件不会让您的编辑器变得卡顿

将选中的变量打印

选中变量后按下快捷键,会在代码下方插入一行带颜色的 console 语句

快捷方式:

  • macOS: cmd + shift + l
  • Windows: ctrl + l

select-insert

Feature

  • 快捷输出 log
    • 光标位置按下快捷键打印输出
    • 选中单词打印选中单词
  • 快捷删除当前页面中所有 log
  • 支持显示行号
  • 自定义前缀标识
  • 自定义字体颜色
  • 自定义背景颜色
  • 自定义字号大小
  • 支持显示文件名
  • 支持配置末尾是否分号(默认无分号)
  • 支持选择 console.log 的参数数量
  • 支持代码片段
  • 支持设置单引号或双引号

插件地址

console helper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants