How can I search for all method calls to a specified interface or class?
Right now, I need to find all references to the interface or class, and then find all references to those, to see the method calls.Can it be done in one command like using Structural Search?
View ArticleMaster Password Database IntelliJ and RubyMine Unexpected Behavior
Just started using IntelliJ.I am managing code via Git/GitHub.IntelliJ prompts for my Master Password for the Password Database.My, initial impression was to try my existing RubyMine Master Password,...
View ArticleHow to set project IDE config in a different directory from project codebase...
I like to separate the location of my IDE project configuration files/dirs from the actual project source code. The way I used to do it in Eclipse was to locate the workspace config in...
View ArticleSystem.out.println("hello") analyze error
Hello there, I use version 14.0.2. When I write just one line code:System.out.println("hello"); in main static method, Analyze compain that "hello" with "class or interface expected". But it can...
View ArticleHow to Stop Idea 14 from comingling base methods within extended classes in...
In IDEA 14 how do you stop base methods from showing up in the UI for an extended class? As you can see in the image below (grails project) I have extended the Register Controller. While my class only...
View ArticleHow to Stop Idea 14 from comingling base methods within extended classes in...
In IDEA 14 how do you stop base methods from showing up in the UI for an extended class? As you can see in the image below (grails project) I have extended the Register Controller. While my class only...
View Article"Open in Browser" not enabled/greyed out
I cannot get IntelliJ to show me the browser icons or let me navigate to open an HTML file in the browser. I have looked at:...
View ArticleImport JavaScript Project
I use intellij for Java, Scala, and JavaScript (Angular/Node) projects. With the Java projects I work on, importing the projects is simple, works great. With the Angular/Node projects, I cannot see a...
View Article'Invisible' errors while compiling Haxe
I have spent so much time trying to get Intellij IDEA 14.0.2 to work with Haxe, without much success. Every time I compile, I get two 'invisible' errors (see image). They seem to show up at the very...
View ArticleIntelliJ editor "wiggles"
This is something that's kind of hard to describe, but it drives me nuts! Sometimes, when editing code in IntelliJ editor, the whole codeview "wiggles" from right to left. not constantly, but now and...
View ArticleHow can I disable auto-capitalization in SQL completion?
If I start typing "not nu" and accept the auto-completion it inserts "NOT NULL" This is on IDEA 14.0.2 (with a MySQL database if it matters) I remember that in IDEA 13 (with a SQL Server database) the...
View ArticleCan I increase time out value?
When I want to update IDEA I often run into the problem of a time out. See excerpt of log file below. After retrying a few times the update can be downloaded. Also, I get time outs when trying to...
View Articlegit diff no longer works in Update Project Info tab
OS X 10.8.3IntelliJ 12.0.4When I pull the latest from github, the Update Project Info tab shows the files that have been updated, but when I CMD+D to diff any one of them, the diff window shows the...
View ArticleOverride the Compiler Source Level for a specific file
Is it possible to override the Compiler Source Level (i.e. Java 6 vs Java 8) for a specific file. Our project is mainly comprised of Java 8 files, but we have a handful of files that have to be able...
View Articlecannot download the community edition
Hello, I have been trying to download the intellij IDEA community edition from https://www.jetbrains.com/idea/download/ and i am not able to get it. As soon as i start the download it says it will take...
View ArticleGeneration of Persistence Mapping Defaults
Hi, I am using IDEA Ultimate 14.0.2 and using Hibernate on a Dropwizard project with maven. I have generated the ORMs and after compiling, the following error occurs:INFO [2014-12-16 08:41:03,042]...
View ArticleIntellij 14.0.2 reports "Empty test suite" but tests are running
I have a very simple jUnit test class named LibraryTest with a single test called testSomeLibraryMethod. This test simply does an assertTrue on a method that returns true. If I right click and select...
View ArticleAlways prefer local module source over Maven dependencies
I asked this question several months ago, and I still haven't found a reasonable way to tell IDEA to use source dependencies in preference to Maven dependencies without a great deal of busy-work...
View ArticleHow to set indent size of .html.erb file?
I'm using IntelliJ IDEA 13.0.2 with Ruby plugin.I want to set indent size of .html.erb file.I tried to open Settings dialog and select "Code Style - General", "Code Style - Ruby", "Code Style - HTML"...
View ArticleIntelliJ no longer finds .java source files inside .jar files--decompiler bug?
I am using the latest prd worthy IntelliJ release,14.0.1, community edition. In project A, I have 3 modules, each of which I build a jar file for which contains BOTH the module's .class files, as well...
View Article