Home > Article > Backend Development > Recommend several plug-ins for developing Laravel with Sublime Text, sublimelaravel_PHP tutorial
I currently mainly use Sublime Text 2 for Laravel development. The main plug-ins are as follows:
1.Blade Snippets: Provides automatic completion of Blade templates
2.Laravel 4 Blade Highlighter: Provides Blade keyword highlighting
3.Laravel Generator: Provides ultra-efficient Laravel workflow
This is another version of the way/generators Composer package mentioned in the previous tutorial, which runs in the editor. However, it is still recommended to use the command line version because you can easily read the history and modify it. Note that this plug-in requires PHP version 5.4 or above.
4.Clipboard History: Clipboard history, the second Sublime super plug-in
5. Emmet: HTML and CSS super tool, Sublime super plug-in No. 1
Press the Tab key:
This is just the simplest demo of the super plug-in. There is a reason why it has become the number one super plug-in under sublime, such as this:
Another example is this:
Actually, there is no need to restart, you just need to know the shortcut keys for this plug-in function.
Menu Bar→Preferences→Browse Packages Open the plug-in directory of sublime and find the Clipboard History folder. There is a Default (Windows).sublime-keymap file in it. Drag it to sublime and open it to define these shortcut keys. Press the corresponding The clipboard will appear by pressing the shortcut key. Hope this helps.