raulfraile / sublime-symfony2

A Sublime Text bundle for Symfony2 development
173 stars 43 forks source link

Added sfcontrollera snippet. #8

Closed pylebecq closed 12 years ago

pylebecq commented 12 years ago

Hey,

I just added a snippet to make an annotated controller because I created a lot of these recently.

The "tabTrigger" I used is "sfcontrollera" : I appended a "a" for "annotated" after "sfcontroller". I don't know if it's a good idea. The goal was to type the fewest possible characters but if you find it too close to "sfcontroller", I'm open to any other suggestion.

raulfraile commented 12 years ago

Thanks! I think the appended 'a' is fine for annotated snippets.