Kshep92
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
-
-
Kshep92 created a post, AnsweredWhere do I place the freemarker_implicit file so that other modules can use it?
I'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... -
-
Kshep92 created a post, AnsweredFull line code completion says it's incompatible with IntelliJ 2024.1.4
I'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... -
-
-
Kshep92 created a post, AnsweredHow to provide code assistance on custom properties files?
I'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?