Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>toolsetNew to Visual Studio Code? Get it now.
toolset

toolset

2658553345

|
397 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

my-toolset

为了更加方便的使用vscode, 新增了一些快捷命令,具体如下

Features

  • 在文件资源管理中打开当前文件夹(右键菜单)
  • 在vscode中以新窗口的形式打开当前文件夹(右键菜单)
  • 鼠标放在时间戳上自动格式化显示(hover)
  • 选中变量快速的console.log,添加快捷键
  • 支持 cson 和 json 格式的互相转换,用来方便的添加自定义语法

所有支持的自定义配置

"toolset": {
  "identifier": "=",
  "revealFileInOS": false (default)
}

选中变量快速的console.log,添加快捷键

"win": "ctrl+shift+l",
"linux": "ctrl+shift+l",
"mac": "command+shift+l"

vscode的配置文件中可以添加配置,指定标识符identifier,如下:

"toolset": {
  "identifier": "=",
  "revealFileInOS": false (default)
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft