Kshep92
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 6
-
-
-
Kshep92 created a post, AnsweredWhy is the new AI assistance so slow?
Previously, I used to be able to pressed Ctrl + \ to get an AI Assistant prompt window that would work on the code in the current file. It was fast and allowed me to do follow-up prompts and apply ... -
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...