Blogger Information
Blog 94
fans 0
comment 0
visits 92514
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
【插件】PHP开发必备VSCode插件(大全)
可乐随笔
Original
1211 people have browsed it

PHP.CN推荐

  1. 1. 语言包 chinese
  2. 2. Code Spell Cecker :评写检查
  3. 3. Extension Import/Export :导入导出
  4. 4. Dracula Official :德古拉主题
  5. 5. Helium Icon Theme :图标主题
  6. 6. Markdownlint :格式检查
  7. 7. Markdown Preview :增强显示
  8. 8. Prettier - Code formatter :代码格式化
  9. 9. live server :实时加载刷新
  10. 10. better comments :带颜色的注释
  11. 11. VS Code CSS Comments :辅助写CSS注释(命令:comment
  12. 12. Comment headers : HTML带颜色的注释(命令:block或!block)
  13. 13. node-snippetsnode代码片段
  14. 14. Vue Language Features (volar):vue必装
  15. 15. Vue 3 Snippetsvue代码片段
  16. 16. php cs fixer:php代码格式化
  17. 17. php intelephense:php语法提示
  18. 18. Tabnine AI Autocomplete 代码自动完成补全

通用

  1. 序号 名称 描述
  2. 1 chinese(simplified ...) 简体中文语言包
  3. 2 live server html 实时预览
  4. 3 prettier-code formatter 最流行的代码格式化插件
  5. 4 better comments 自定义注释颜色
  6. 5 path intellisense 路径自动感知填充
  7. 6 helium icon theme 一款我喜欢的文件图标主题
  8. 7 one dark pro 经典的主题,使用者众多,很耐看
  9. 8 material theme 经典"材料"主题
  10. 9 material theme icons 常与material theme配置的文件图标
  11. 10 shades of purple 赛博朋克风格的一款主题,很明亮风骚
  12. 11 dracula official 经典的吸血鬼主题
  13. 12 dracula at night 个人更喜欢这款小众的吸血鬼暗黑版(教学用它)
  14. 13 code runner 几乎可以快速运行常见的所有语言,如php,java,js...
  15. 14 codesnap 快速生成苹果电脑风格的代码片断截图,分享时使用

Markdown

  1. 序号 名称 描述
  2. 1 markdown preview... markdown 实时预览
  3. 2 markdownlint markdown 语法检查器

HTML

  1. 序号 名称 描述
  2. 1 auto close tag 标签自动关闭
  3. 2 auto rename tag 标签自动更名
  4. 3 indent-rainbow 以不同颜色显示代码缩进
  5. 4 css peek 查看并跳转到 css 定义位置
  6. 5 html css support css 自动智能补齐
  7. 6 intellsense for css ... html 中的 css 智能提示
  8. 7 easy less less 实时编译
  9. 8 px-to-viewport px 自动转 vw
  10. 9 svg preview svg 预览器
  11. 10 tailwind css ... 无需离开 html 就可快速构建出现代网页
  12. 11 tabout tab 就可快速跳到下一下,或跳出/越过括号等

JS/VUE/ES6

  1. 序号 名称 描述
  2. 1 bracket pair ... 括号高亮配对提示
  3. 2 javascript(es6) code snippets 常用 js 代码片断
  4. 3 node-snippets 常用 node 代码片断
  5. 4 quokka.js js/es6 代码语法实时检查/执行器(续命法宝)
  6. 5 rest client 可不离开 vscode 环境进行 api 请求测试
  7. 6 eslint js 代码质量智能分析器
  8. 7 vetur vue 语法高亮,智能感知,emmet
  9. 8 vue3 snippets vue3 常用代码片断
  10. 9 vue-helper: vue-helper 在扩展中使用的 vue 提示,如 element ui

PHP常用

  1. 序号 名称 描述
  2. 1 php intelephense php 语法提示/自动补齐
  3. 2 php intellisense php 代码跟踪/重构/自动完成
  4. 3 php debug php 代码调试器
  5. 4 php docbloker php 生成块级注释
  6. 5 vscode-database vscode 数据库 SQL 支持插件
  7. 编程常用字体
  8. 字体名称 描述 支持连写
  9. Fira Code 喜欢的真喜欢,讨厌的真讨厌 支持
  10. JetBrains Mono JetBrains 出品,免费 支持
  11. 字体安装成功后,还需要在 vscode 中进行配置: settings.json

将Fira Code 字体放在第一个

“editor.fontFamily”: “‘Fira Code’,Consoles, ‘Courier New’, monospace”,

打开允许连写开关

“editor.fontLigatures”: true,

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post