AngularJS-Atom
AngularJS-Atom copied to clipboard
Adding "" simbols on autocomplete?
When I used Sublime the Angular plugin autocompleted with the ="" simbols, so you would type <div ngi and picking the "ng-if" suggestion would insert <div ng-if="" and move the cursor between the ""
Is there a chance to add this to the plugin?
Good Idea. I guess it needs autocomplete-plus( #25 ). I will try to support it.
any news on this?