Ehigginsiii
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 2
-
创建于 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="">... -
创建于 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...