美文网首页laravel
laravel & vscode 常用插件

laravel & vscode 常用插件

作者: 心情半佛半神仙 | 来源:发表于2020-02-27 15:59 被阅读0次

    下载 vscode

    下载地址:https://code.visualstudio.com/

    常用插件

    PHPLaravel 插件
    1. PHP Intelephense 作者:Ben Mewburn PHP代码解析
    2. PHP Snippets from PHPStorm 作者:Phiter Fernandes PHPstorm中的 LiveTemplate 例如:pubf 之类;
    3. Laravel 5 Snippets 作者:Sachit Tandukar Laravel 中的 bladeCollective HTML 的解析;
    4. laravel-blade 作者:Christian Howe 高亮 blade 代码
    5. Laravel Blade Snippets 作者:Winnie Lin vscode 中使用 b:,快捷使用 Laravel 的相关语法
    6. Laravel Blade Spacer 作者:Austen Cameron 快捷打出 {{ }} {!! !!} {{-- --}}
    7. Laravel goto view 作者:codingyu 按住 cmd 加左键点击视图名,可直接跳转到视图文件;win 下按ctrl,或是 alt 加左键点击;
    8. laravel-goto-controller 作者:stef-k 路由文件里通过 cmd 加左键点击访问 controller 文件;
    VueJS 插件
    1. Vue 2 Snippets
    2. Vetur
    3. npm
    4. npm Intellisense
    5. Import Cost
    主题美化相关插件
    1. Material Theme 编辑器风格;
    2. VScode icons 资源列表中文件夹及文件的图标;
    3. indent-rainbow 编辑界面中tab占位显示不同的颜色;
    4. Bracket Pair Colorizer
    5. Prettier: JavaScript格式美化工具,包括ES2017, JSX, Flow, TypeScript, CSS, LESS, SCSS, JSON and GraphQL
    6. Babel ES6/ES7 for colouring modern JavaScript code:
    HTMLCSS 插件

    Bootstrap 4 & Font awesome snippets for Visual studio code

    其它
    1. Auto Close Tag:
    2. Auto Rename Tag: Auto rename paired HTML/XML tag
    3. Git Lens
    4. Git History: View git log, file history, compare branches or commits
    5. TODO Highlight
    6. Better Comments: Improve your code commenting by annotating with alert, informational, TODOs, and more
    7. Code Spell Checker: Spelling checker for source code
    8. Mark Jump: Jump to the marked section in the code
    9. Markdown All In One: All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more)
    10. Project manager
    11. Settings sync:保存你对VSCode所做的各种自定义设置,方便更换电脑或者系统时快速地重建工作流程,云端用的是GitHub gist
    12. Path intellisense:在写html标签时,遇到文件路径时,能自动提示和补全 Quick and Simple Text Selection: Jump to select between quote, brackets, tags, etc

    相关文章

      网友评论

        本文标题:laravel & vscode 常用插件

        本文链接:https://www.haomeiwen.com/subject/wyqxhhtx.html