angular-ui / AngularJS-Atom

An AngularJS package for Github's Atom editor
https://atom.io/packages/angularjs
MIT License
284 stars 49 forks source link

Remove semicolons from end of autocompletions/snippets #4

Closed ProLoser closed 10 years ago

ProLoser commented 10 years ago

I think overall it would be better to allow the user to continue chaining and have them add the semicolon themselves. In addition, coffeescript does not need the semicolon.

outsideris commented 10 years ago

+1 It's good idea. and IMO coffeescript snippets are separated. coffeescript dosen't need function, ( ) and `{ }.