[Solved] Batch Create Live Templates (Snippets) Follow
I would like to Batch Create Live Templates (Snippets).
Currently I have many snippets in Dreamweaver, stored as XML text file.
I can write script translate it into PHPStorm format, but am unabled to find how or where it is saving the files to.
Is what I'm trying to achieve possible?
q: Where are the Live Templates stored?
Thank you.
Please sign in to leave a comment.
Hi Chris,
Live templates are stored in files inside .WebIde10\config\templates folder (on Windows 7 it would be like C:\Users\USERNAME\.WebIde10\config\templates).
It's a XML file, so should not be an issue with converting. I recommend creating at least one live template in PhpStorm so that you can see how files are named (each language has its' own file) and its' format.
Excellent, thank you.