Stephen Boesch
- 活动总数 499
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 25
- 订阅数 152
-
创建于 Super simple question: how to search within intellij help
The "help" button brings up a browser at the following address: http://www.jetbrains.com/idea/webhelp/intellij-idea.html.So.. where is the "search" button to search the help topics?? -
创建于 Focus on large codebases
Hi, I have been using IJ for three years and there is a distinct pattern: (a) IJ is great for smaller codebases. (b) IJ falls flat with large codebases.I have been trying to use IJ 9.x and 10.X ... -
创建于 Error: cannot find symbol class for Scala Class used within Java
Hi, I do have Compiler | Scala Compiler | "Compile Scala files first" checked. And i've done full Rebuild project. So then what gives with this?My env: windoze 7. IJ 10.5.1 build iu 107 322 -
创建于 Static Imports not working very well
It seems the usability of static imports leaves to be desired.1. I can't put in import static MyClass.* Ij doesn't want to help out by providing the list of candidate classes here. Why?2. Even af... -
创建于 Goto Next / Previous Splitter: do these work?
I'm in 10.5 on ubuntu. The functions in this title do not appear to work. When I am in editor splitter 2 to be able to go to editor splitter1 and back again to 2 using these keystrokes would be v... -
创建于 Tell IJ NOT to scan for sources
I am at a company that has a LARGE shared codebase that is accessed via symbolic link. How the heck do I tell IJ NOT TO SCAN FOR SOURCES when creating a new module? It HANGS FOREVER then I have t... -
创建于 Very basic: IJ not parsing jsp request/response properly
In a new java project created from existing source I have included the Web Facet and have marked the webApplication folder as web content (see screenshot). When editing a .jsp as you can see in th... -
创建于 Scala class stopped being compiled in combined java/scala project
Hi, I was using a scala class inside a java project successfully for a couple of weeks now. But it has stopped being compiled. Only the old version of the class file is being used.Note: in the C... -
创建于 Probably stretching it a bit: possible to use scala operators in debug watch?
Hi, I am debugging a scala class. From the standpoint of the compiled class being just java now it is working normally. In fact in the "watch" panel I'm even able to see the scala operator method... -
创建于 How to run main() in scala companion object
Hi, I have a companion object for which main() is able to be run successfully using ant. But going to the class in IJ, i get NSME:Exception in thread "main" java.lang.NoSuchMethodException: com....