Kshep92
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
Kshep92 commented, -
-
-
Kshep92 created a post, AnsweredHow can I restore source/resource folder icons with a custom Gradle layout?
I'm setting up a Gradle project using the following configuration to adjust my project layout:sourceSets { main.groovy.srcDirs = ['src'] main.resources.srcDirs('conf', 'resources') test.gr... -
-
-
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... -