













1. Database Client
数据库客户端管理工具/SSH 客户端

2.Git History

支持快捷键打开表的插件
3. gitdoc
"GitDoc: Enable"在保存时自动AI生成总结(依赖copilot插件,否则只生成日期) 提交/推送/拉取更改
4.Vue (Syntax Highlight)
https://open-vsx.org/extension/znck/vue
5.vue-helper(shenjiaolong)
https://marketplace.visualstudio.com/items?itemName=shenjiaolong.vue-helper
从code插件市场下载,下载工具
https://github.com/mjmirza/Download-VSIX-From-Visual-Studio-Market-Place/
6.Highlight Matching Tag

"highlight-matching-tag.styles": { "opening": { "full": { "custom": { "dark": { "borderWidth": "0 0 1px 0", "borderColor": "white", "borderStyle": "solid", "borderRadius": "4px", "right": "10px" }, "light": { "borderWidth": "0 0 2px 0", "borderColor": "brown", "borderStyle": "solid", "borderRadius": "4px", "right": "10px" } } } }, "closing": { "full": { "custom": { "dark": { "borderWidth": "0 0 1px 0", "borderColor": "white", "borderStyle": "solid", "borderRadius": "4px", "right": "10px" }, "light": { "borderWidth": "0 0 2px 0", "borderColor": "brown", "borderStyle": "solid", "borderRadius": "4px", "right": "10px" } } } } },
7.vue-format
8.Run on Save
保存特定文件时触发运行脚本
"emeraldwalk.runonsave": { "commands": [ { "match": "\\.js$", "isAsync": false, "cmd": "/Volumes/SSD4T/pro/www/upload2oss.command" } ] },
9 . Run Selected Text In Terminal

10. Select by Indent
选中相同缩进块代码,用于python

此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。