Custom plugin with live templates not working in PHPStorm but does in Intellij IDEA? -


i've created basic plugin adds live-template / snippet phpstorm.

i installed zipping files together, entering phpstorm > settings > plugins , clicking on "install plugin disk". after selecting correct zip file, appeared in plugins list, asked me restart , worked - or @ least that's thought!

my issue is, when go settings > live template new livetemplate group doesn't show , when try , trigger live template using "test-tag" followed tab expands "" not expected behaviour. why happening??

https://github.com/jasonmortonnz/test-phpstorm-plugin

note: strange thing though, when install plugin in intellij idea 13 works perfectly. live template group appears in settings , live templates trigger fine! why be? sooo frustrating :(

please see http://confluence.jetbrains.com/display/ideadev/plugin+compatibility+with+intellij+platform+products on how make plugin compatible other ides based on intellij platform.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -