(一)PHP及laravel相关的插件
- PHP Intelephense: 注意这个并不同于PHP IntelliSense ,后者以及PHP Extension Pack会导致vscode的代码提示加载缓慢,具体可查看该issue
- PHP Snippets from PHPStorm
- Laravel 5 Snippets
- laravel-blade
- Laravel Blade Snippets
- Laravel Blade Spacer
- Laravel goto view:
alt+click跳转到相应的view - laravel-goto-controller:在route文件里,可以
alt+click跳转到相应的controller
(二)Vue及JS相关的插件
- Vue 2 Snippets
- Vetur
- npm: 提供更好的npm支持
- npm Intellisense: 引入npm组件的时候,能提供自动提示和补齐(autocomplete)的功能
- Import Cost:当你import或者require某一个组件的时候,能直接显示该组件的引入大小
(三)主题与美化相关的插件
- Material Theme
- VScode icons
- Bracket Pair Colorizer
- Prettier: JavaScript格式美化工具,包括ES2017, JSX, Flow, TypeScript, CSS, LESS, SCSS, JSON and GraphQL
- Babel ES6/ES7 for colouring modern JavaScript code:
(四)HTML&CSS等相关的插件
- Bootstrap 4 & Font awesome snippets for Visual studio code:Bootstrap 4, Font awesome 4 & Font Awesome 5
(五)其他辅助功能相关的插件
advanced-new-file:如果你不喜欢每次在文件夹图标上右键新建文件,可以使用此插件,通过
ctrl+alt+n快捷键来快速创建新的文件或文件夹Auto Rename Tag: Auto rename paired HTML/XML tag
Git History: View git log, file history, compare branches or commits
Better Comments: Improve your code commenting by annotating with alert, informational, TODOs, and more
Code Spell Checker: Spelling checker for source code
Mark Jump: Jump to the marked section in the code
Markdown All In One: All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more)
Settings sync:保存你对VSCode所做的各种自定义设置,方便更换电脑或者系统时快速地重建工作流程,云端用的是GitHub gist
Path intellisense:在写html标签时,遇到文件路径时,能自动提示和补全
Quick and Simple Text Selection: Jump to select between quote, brackets, tags, etc
(6)中文
先引入Chinese (Simplified) Language Pack for Visual Studio Code
[Ctrl+Shift+P】 输入configure language
Chinese (Simplified) (简体中文) Language Pack for Visual Studio Code - Visual Studio Marketplace
(7)Go
- Go - Visual Studio Marketplace GO语言包
- Kubernetes - Visual Studio Marketplace k8s
- MongoDB for VS Code - Visual Studio Marketplace mongoDB
- vscode-proto3 - Visual Studio Marketplace proto3
- 本文作者: LQbank
- 本文链接: http://example.com/2019/04/10/VsCode个人插件配置/
- 版权声明: 本博客所有文章除特别声明外,均采用 MIT 许可协议。转载请注明出处!