# vscode 常用插件

# 1. JetBrains Icon Theme

说明:

# 2. markdown-index

说明:

# 3. Code Spell Checker

说明:

# 4. Live Server

说明:

# 5. Vue Language Features (Volar)

说明:

# 6. Auto Close Tag

说明:

# 7. Auto Rename Tag

说明:

# 8. REST Client

说明:

使用方式 1:

  • 创建 .http 后缀的文件,右键菜单 “send Request”

使用方式 2:

  • 在 md 文件创建 http 类型的代码块,vscode 会显示一个 “Send Request” 的链接

示例:

POST http://127.0.0.1:7001/test/post
Content-Type: application/json

{
  "name": "王五",
  "age": 21
}

# 9. vscode-author-generator

说明:

模板:

  • 位置: C:\Users\wuqinfei\.vscode\extensions\edwardhjp.vscode-author-generator-0.2.2\templates

  • 文件: md.tpl,针对 .md 后缀的文件

  • 内容:

    <!--#region
    @author [author]
    @email [email]
    @create date [date]
    @modify date [date]
    @desc [description]
    #endregion-->
    

# 10. Java Server Pages (JSP)

说明:

# 11. 手动安装插件

  1. 切换到 Microsoft VS Code\bin 目录

  2. 将所有 .vsix 文件拷贝到当前目录

  3. 执行 cmd 命令: .\code --install-extension .\***.vsix

# 12. 参考

本章目录