Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime text autocompletion for Laravel

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.

like image 407
adarshaU Avatar asked Dec 02 '22 15:12

adarshaU


1 Answers

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

like image 89
Limon Monte Avatar answered Dec 15 '22 15:12

Limon Monte