Kshep92
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 6
-
Created Why is the new AI assistance so slow?
AnsweredPreviously, 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 ... -
Edited How can I restore source/resource folder icons with a custom Gradle layout?
AnsweredI'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... -
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?