blakedietz / js-live-template

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

Release your live templates as a settings repository #9

Open MarcusDalgren opened 5 years ago

MarcusDalgren commented 5 years ago

Hi, These are some really nice live templates for js. Since a few versions ago Intellij allows adding read only repositories for live templates. All that seems to be needed is a templates dir with the template commands in an xml file like this: https://github.com/TomasVotruba/PhpStorm-LiveTemplates/blob/master/templates/tomas_votruba_php.xml Would you consider publishing your templates in this manner? It's alot more convenient compared to installing a jar file for live templates.

Thank you!

blakedietz commented 5 years ago

Would you consider publishing your templates in this manner?

Oh absolutely, thanks for the heads up. I'll take a peek and get back to you.