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

mycode

cgua

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

个人日常用到的一些 vscode 功能集合

代码段插入

  • 用于在当前编辑器中插入配置的 js 脚本的执行结果

  • iuuid snippets: 插入 uuid v4 字符串

  • itimestamp snippets: 插入 unix timestamp

注: snippets 只注册了部分语言( c/cpp/c#/rust/js/ts ),其它的懒得添加了

状态栏按钮

  • 根据 .vscode/tasks.json 配置创建任务栏按钮
  • 添加一个 mycode 按钮以快速打开一个快捷任务列表

定时自动保存

  • 因为一直想要让 vsocde 定时自动保存与其它保存方式共存,等了好久没等到就自己写了一个

typescript import 排序

  • vscode 自带的 source.organizeImports 并不是很好用,所以自已写了一个
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft