IDEA community + Scala Plugin and ScalaTest using FunSuite and expect style assertions. The thing is when a test method fails, the plugin window just shows the me the failed method and the message ge
I\'ve been playing with the grails framework lately with idea and everything has gone well until I stalled the spring-security-core g开发者_运维问答rails plugin. The plugin and project work fine when
Is there some shortcut that would allow me after creating method in an interface, selec开发者_开发知识库t and jump to implementing class of that interface?Yes, On mac, it is Command + Option + B. You
I recently upgraded to Snow Leopard and it seems IntelliJ can\'t start with memory greater than -Xmx1950m. The icon bounces in the dock, but nothing comes up.
My project is not compiling, and giving these errors: Information: D:\\projects\\gre\\com\\site\\core\\domain\\Employee.class:
With: Object method(){ ... return /* some complex expression */ } Is there a way I can see what value will be returned while debugging? Like somehow set a breakpoint that would be hit right after t
I\'ve got a similar to this post problem, the only difference is that it\'s opposite. 开发者_开发问答:D I\'ve got only jdk (using jre from jdk package). When I add this in SDKs section, I suppose IDEA
Different developers use differnt IDE in my team. One Intellij Idea user wrote code like this public class Bar<A> extends AbstractSet<Bar.Inner> {
I\'ve a project in the IntelliJ IDEA IDE and I want to set up a parallel, production Ant build process that I can extend over time.
Does IntelliJ-Idea have a plugin for interacting with bugzilla, like the mylyn plugin for eclipse (task management)?