https://github.com/vhpoet/webstorm-live-templates
WebStorm live templates
https://github.com/vhpoet/webstorm-live-templates
webstorm
Last synced: 6 months ago
JSON representation
WebStorm live templates
- Host: GitHub
- URL: https://github.com/vhpoet/webstorm-live-templates
- Owner: vhpoet
- Created: 2016-10-15T21:33:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T05:03:43.000Z (almost 9 years ago)
- Last Synced: 2025-02-13T19:19:25.470Z (over 1 year ago)
- Topics: webstorm
- Size: 11.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webstorm-live-templates
WebStorm live templates
## Usage
WebStorm has a shitty live template management system. Exporting settings and then importing them doesn't import live templates for some reason. I had my webstorm crash a couple of times and as a result I lost all of my live templates.
I tried the settings repository too, but I had the same problem, I lose all of the live templates after the crash.
The only way I found to be working is [just copy pasting a raw XML](https://www.jetbrains.com/help/idea/15.0/sharing-live-templates.html). You can copy these templates and paste them right in the Live Templates screen under a custom folder.
- [JavaScript](javascript.md)
- [CSS](css.md)
- [React](react.md)
- [JSX](jsx.md)