Recommended several use Sublime Text development Laravel use of plug-ins, sublimelaravel
I am currently mainly using Sublime Text 2 to do Laravel development, the main plug-ins are as follows:
1.Blade Snippets: Provide Blade template auto-complete
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 that was mentioned in the previous tutorial, which is run in the editor. However, it is recommended to use the command-line version as it is easy to read the history and modify it. Note that this plugin requires PHP version 5.4 or more.
4.Clipboard: Clipboard history, Sublime Super Plugin second
5. Emmet:html and CSS Super tool, Sublime Super plugin first
Press the TAB key:
This is just one of the most simple demo of the Super plugin, the reason why you can become the first Super plug-in under Sublime, for example:
Again like this:
Sublime Text 2 Plugin
In fact, you do not have to restart, you just know the plug-in function of the shortcut keys on the line.
Menu bar →preferences→browse Packages Open Sublime's plugin directory, find this clipboard history This folder has a Default (Windows). sublime-keymap file, Drag to sublime open inside define these shortcut keys, press corresponding shortcut key will appear clipboard. I hope I can help you.
SUBLIMETEXT2 HTML code Hint plugin
Emmet
After loading, enter a, press TAB, Output </a>
http://www.bkjia.com/PHPjc/903474.html www.bkjia.com true http://www.bkjia.com/PHPjc/903474.html techarticle recommended several use Sublime text development Laravel use of plug-ins, sublimelaravel I currently mainly use Sublime Text 2 to do Laravel development, the main plug-in as follows: 1.Blade Snippets: Mention ... /c5>