Kshep92
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
Created Where do I place the freemarker_implicit file so that other modules can use it?
AnsweredI'm trying to include a freemarker_implicit.ftl in my project as per the instructions here However, it seems that if I place the file in src/main/resources, templates in src/test/resources don't se... -
Created Full line code completion says it's incompatible with IntelliJ 2024.1.4
AnsweredI'm trying to utilize the full line code completion feature, but it doesn't trigger when I'm working on Java code. I went to the plugin page to see if there was any documentation on requirements an... -
Created How to provide code assistance on custom properties files?
AnsweredI'm working on a library and would like IntelliJ to provide code assistance for .conf or .properties files like it does for Spring Boot. Can anyone guide me on how to do this?