Sublime text autocompletion for Laravel

adarshaU picture adarshaU · Dec 18, 2015 · Viewed 23.7k times · Source

Are there any plugins available to get Laravel auto completion and Laravel Blade template beautification in Sublime Text 3? I have googled it, didn't find the right one for Laravel auto complete and not even one plugin that beautify the Laravel blade template.

Answer

Limon Monte picture Limon Monte · Dec 18, 2015

There is dev4dev/blade-snippets. You can install it via Package Manager:

enter image description here

After installing you will be able to autocomplete Blade snippets by pressing Tab.

Some examples:

enter image description here

enter image description here

List of all snippets you can find in the project's repo: https://github.com/dev4dev/blade-snippets/tree/master/snippets