Ehigginsiii
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Created emmet isn't expanding with newlines
In a jsx file, if I try expanding form>label+input I wind up with <form action=""><label htmlFor=""></label><input type="text"/></form> I'm expecting to see <form action=""> <label htmlFor="">... -
Created auto close brackets in angular 2 html
Hi, I'm missing the ability for square or curly brackets to auto-close in angular 2 HTML files. It works in .ts files, but not .html files. HTML files will auto close double curly brackets, but no...