Kshep92
- 活动总数 26
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 6
-
-
-
Kshep92 创建了一个帖子, 已回答Why 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 进行了评论, -
-
-
Kshep92 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答Where 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...