Nate Rogers
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Nate Rogers created a post, Getting Intellij to pick up Freemarker macros
I'm trying to get intellij to properly pick up freemarker macros defined in includes.If I create a file base.ftl that has:[#macro test name]Hello ${name}[/#macro]And another file index.ftl:[#includ...