tag library like in dreamweaver
We we're working with an project which have a own "template namespace" / template syntax
<xen:form ..
<xen:h1>text</xen:h1>
<xen:require template="foo" />
In dreamweaver, we can create own tag libraries for this. http://livedocs.adobe.com/en_US/Dreamweaver/9.0/help.html?content=WSc78c5058ca073340dcda9110b1f693f21-7b65.html is this also possible with phpstorm?
Please sign in to leave a comment.
Any progress on this topic, which is more than 3 years old?
Support for .tld would be great: Eclipse, Dreamweaver and Netbeans already have this. Any .tld plugin available?
I'm really missing such feature:(
I've started to create a custom phpstorm plugin ( http://devnet.jetbrains.com/thread/449265?tstart=0 ) but i wasn't able to finish it, because it's too complicated:(