I am trying to write a Velocity Template in Intellij Ultimate, which includes plugins for Velocity.
However I already run into issues on this simple example:
Код: Выделить всё
package ${PACKAGE_NAME}

I don't understand why I am getting an error here. My final goal is to write a file template for Android Studio in Intellij Ultimate, as it includes plugins for Velocity. I want to copy over the finished template to Android Studio.
Источник: https://stackoverflow.com/questions/781 ... ditor-plug