Visual Studio Code 编辑器
下载地址:https://code.visualstudio.com/
VSCODE插件
安装中文插件:
- Chinese (Simplified) Language Pack for Visual Studio Code
安装主题或图标
- file-icons (图标)
- one dark pro (主题)
- markdown Previes Enhanced (实时预览)
- markdownlint (语法检查器)
- material Theme (最流行的主题之一【材料主题】)
HTML
- Auto Close Tag (标签自动关闭)
- HTML Snippets(HTML5代码片断)
- indent-rainbow (以不同颜色高亮显示代码缩进)
- Live Servert (实时预览html)
- Auto Rename Tag (标签自动更名)
- Bracket Pair Colorizer(以不同颜色标配对的括号)
CSS
- intelliSense for CSS class names in HTML (CSS自动感知HTML中类名)
- CSS Peek (查看并跳转到css定义)
- HTML CSS Support (css智能感知补齐)
JavaScript
- JavaScript(ES6) code snippets (ES6代码片断)
- ESLint (代码质量检查器)
Vue
- Vetur (语法高亮、智能感知、Emmet等)
- Vue 3 Snippets (Vue3常用代码片断)
- Vue-helper (在扩展中使用Vue提示如Elment-UI..)
PHP
- PHP DocBlocker (php块级注释)
- PHP Intelephense (PHP语法提示自动补全)
- PHP IntelliSense (PHP代码跟踪,重构与自动完成)
- PHP Debug (PHP代码调试器)
辅助
- Path Intellisense (路径智能感知提示器)
- Prettier-Code formatter (代码自动格式化)
其它
- REST Client (REST HTTP请求测试)
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!