patricksamson / laravel-5-snippets

Laravel 5 Snippets for Sublime Text
MIT License
111 stars 29 forks source link

Add 'use' import on Class #28

Closed emitategh closed 5 years ago

emitategh commented 5 years ago

When using a class, Model for example, it would be really usefull to add the 'use' at the top of the class, maybe suggest.

patricksamson commented 5 years ago

Unfortunately this cannot be done with Sublime Text Snippets. The snippet can only add text under your cursor

Sent with GitHawk