主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
David Krider
活动总数
20
最后的活动
2018年08月02日 14:00
成员加入日期
2018年04月24日 19:20
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
4
活动概览
帖子(4)
评论(10)
按最近的活动排序
最近的活动
投票数
创建于
2018年08月02日 13:59
So ⌥␣, F1, and holding down ⌘ will all give me this information. That's exactly the kind of thing I was looking for!
社区
IntelliJ IDEA Users
Is it possible to show the source library of an annotation?
0 票
创建于
2018年04月30日 22:02
Indeed, that seems like the exact same problem. Also, it looks like that bug is about to celebrate it's second birthday, even though it has many "related issues," so I guess this isn't getting fixe...
社区
IntelliJ IDEA Users
Groovy console for Grails does not work
0 票
创建于
2018年04月27日 10:05
> Do you mean the exact same code is executed correctly when you run it via Grails run configuration? YES! You finally see why this is so maddening! I can run the Grails configuration, and interact...
社区
IntelliJ IDEA Users
Groovy Console for Grails application "unable to resolve class"
0 票
创建于
2018年04月26日 20:25
In my Grails project, in the utils directory, I created a simple script to try to load some sample data into the project: import org.apache.commons.csv.*import cdm.ProgramReader asdf = new FileRead...
社区
IntelliJ IDEA Users
Groovy Console for Grails application "unable to resolve class"
0 票
创建于
2018年04月26日 11:17
I found that too, but I already have that line. Here's the whole build.grade. The only thing I added to the file since it was created by the generator was the postgresql line. buildscript { repo...
社区
IntelliJ IDEA Users
Groovy Console for Grails application "unable to resolve class"
0 票
创建于
2018年04月25日 19:49
Sorry to belabor the point, but the Gradle console works. I can run it from the command line, or the Gradle tool window in IDEA (under Tasks, Other, console).
社区
IntelliJ IDEA Users
Groovy Console for Grails application "unable to resolve class"
0 票
创建于
2018年04月25日 19:44
Relevant application.yml section. The database is correctly configured. I can get into it with `psql -Ucdt2 cdt2_dev` (and no password). I've also `generate-all Program` and I can list the (single)...
社区
IntelliJ IDEA Users
Groovy Console for Grails application "unable to resolve class"
0 票
创建于
2018年04月25日 19:08
Imported as a generic Gradle project. Again, the console recognizes the class structure. Running it gives me what's below. I can zip this up and send it to you if you want. /Library/Java/JavaVirtua...
社区
IntelliJ IDEA Users
Groovy Console for Grails application "unable to resolve class"
0 票
创建于
2018年04月25日 13:03
The module with “_main” comes up as the default, but I’ve tried them all. As of this morning, I got a message about a new version. I updated both machines to the latest version and tried again, a...
社区
IntelliJ IDEA Users
Groovy Console for Grails application "unable to resolve class"
0 票
创建于
2018年04月25日 11:04
Aha! Now we're getting somewhere. That file doesn't exist on my machine. My directory is "/private/var/folders/y3/38jcl5nj7zjglhn8q6g0wtrc0000gn/T", but there's no "idea_classpath" file in it. I al...
社区
IntelliJ IDEA Users
Groovy Console for Grails application "unable to resolve class"
0 票