blakedietz / js-live-template

An extensive set of javascript live templates for use with JetBrains IDEs.
MIT License
159 stars 37 forks source link

Use $VARKIND$ (var if es5, const il es6) #13

Open Jordan-T opened 4 years ago

Jordan-T commented 4 years ago

prefer use $VARKIND$ for context of the JS, if not used, prefer use const for a for...in/for...of

blakedietz commented 4 years ago

Been busy at work recently, I'll start taking a look at this. Thanks for the contribution.