Tagged Questions
IntelliJ IDEA is a popular IDE by JetBrains. Originally created for Java, it currently supports a lot more languages: HTML, PHP, Ruby, Python, JavaScript, Scala, Clojure and others.
121
votes
39answers
22k views
Things possible in IntelliJ that aren't possible in Eclipse?
I have heard from people who have switched either way and who swear by the one or the other.
Being a huge Eclipse fan but having not had the time to try out IntelliJ, I am interested in hearing from ...
113
votes
21answers
41k views
What are the most useful Intellij IDEA keyboard shortcuts? [closed]
I did a bit of googling hoping to find a post on IDEA shortcuts similar to Jeff's post on Visual Studio shortcuts (Visual Studio .NET 2003 and 2005 Keyboard Shortcuts), but didn't really spot anything ...
60
votes
12answers
60k views
What is the best IDE to develop Android apps in?
I am about to start developing an android app and need to get an IDE. Eclipse and the android eclipse plugin appears to be the natural choice. However I am familiar with intelliJ and re-sharper so I ...
35
votes
4answers
8k views
How to create SBT project with IntelliJ Idea?
I just got started with Scala/LiftWeb/Sbt developing, and I'd like to import a Sbt project in IntelliJ Idea.
Actually, I managed to import my project in two different ways:
1) with Maven. I created a ...
34
votes
8answers
5k views
Which @NotNull Java annotation should I use?
I'm looking to make my code more readable as well as use tooling like IDE code inspection and/or static code analysis (FindBugs and Sonar) to avoid NullPointerExceptions. Many of the tools seem ...
30
votes
2answers
4k views
Substantial Android development in Scala
Has anyone had success developing a substantial Android app in Scala? Is it a viable option yet? Are there any mature development environments? Given the state of the Scala Eclipse plug-in, it looks ...
25
votes
6answers
10k views
Where can I download IntelliJ IDEA 10 Color Schemes?
I am an Eclipse user mainly and I find i must have a dark color scheme similar to the one I shared on my blog some months ago.
I can not seem to find a dark color scheme as I search Google.
Where ...
24
votes
2answers
626 views
Debugging Clojure with IntelliJ Idea 10 and La Closure Plugin version 0.3.15
I'm using IntelliJ Idea 10 with the La Closure plugin version 0.3.15
and Java 6 I've added Clojure 1.2 to a project.
The breakpoints I put on Java code get hit, but the ones I put on
Clojure do ...
24
votes
1answer
2k views
IntelliJ: How to auto-highlight variables like in Eclipse
My employer wants me to use IntelliJ for Java development. Previously, I've always used eclipse.
One of my favorite features in eclipse was being able to click on a variable, method parameter, class ...
23
votes
1answer
1k views
IntelliJ Idea disable font increase/decrease on CMD+scroll
I am using IntelliJ IDEA 9.0.2 on Mac OS X - with the Magic Mouse. Whenever I press the command button and move my finger a micrometer or two on the surface of the mouse, IDEA immediately increases or ...
23
votes
2answers
14k views
Correct way to add lib/*.jar to an IntelliJ IDEA project?
When creating a new Java project in IntelliJ IDEA, the following directories and files are created:
./projectname.iml
./projectname.ipr
./projectname.iws
./src/
I want to configure IntellJ to ...
22
votes
1answer
1k views
How do I turn off the unlimited whitespace in IntelliJ editor?
How do I remove the ability to move the cursor after then end of line in IntelliJ?
21
votes
4answers
6k views
JDK documentation in IntelliJ IDEA on Mac OS X
I'd like to know how to setup IntelliJ to point to the JDK documentation so the documentation popups that display during code completion will show me what the function I'm looking at is going to do. ...
18
votes
10answers
2k views
Hidden Features IntelliJ IDEA
Just another Hidden features and tips and tricks WIKI.
After seeing the hidden features of eclipse, java, spring framework I thought we need to have a list of the features, TIPS for IntelliJ too ...
18
votes
5answers
3k views
Using clojure and leiningen with IDEs
I'm looking at switching my projects build from Ant to leiningen and wanted to know if there is a Clojure IDE (intellij, eclipse, netbeans) for which the "build" and "debug" buttons will still work?
17
votes
5answers
3k views
Why does IntelliJ IDEA compile Scala so slowly?
I am using idea 9.0.3 which is the latest release. When I write some scala source code in Idea, it takes several seconds to compile and run. This shouldn't be that slow, Is this normal?
17
votes
4answers
9k views
How to give more memory to IntelliJ Idea 9
I am using IntelliJ IDEA 9.
In the IDEA window On the bottom right corner I see the current memory usage, typically "224M of 254M" How do I give more memory to Idea so it may read like "224M of 512M" ...
16
votes
3answers
6k views
Intellij IDEA setup on OS X
What's the accepted procedure and paths to configure jdk and global library source code for Intellij IDEA on OS X?
16
votes
5answers
3k views
How can I permanently have line numbers in IntelliJ?
How can I permanently have line numbers in IntelliJ?
15
votes
15answers
3k views
What is the best IntelliJ IDEA plugin?
I like the Regex and SQL plugins. Which are your favorite ones?
14
votes
4answers
431 views
Which JVM functional languages are well IDE-supported? (IDE: IDEA, Netbeans, Eclipse or similar)
I have spent much time looking for a functional language that can seamlessly access Java legacy code (Weka code). Autocompletion of imported Java class methods would be excellent.
I will present my ...
14
votes
3answers
476 views
What are the advantages of IntelliJ over Eclipse?
I have been working with Eclipse for quite some time and recently got several recommendations to use IntelliJ.
As I just saw that questions of the format of "Which IDE is better?" are frowned upon ...
14
votes
2answers
5k views
IntelliJ IDEA JDK configuration on Mac OS
I am using IntelliJ IDEA 10, every time when I create a new project, it is asking me to choose JDK for this project. So annoying. Anyone know how I can configure it and make it easy to use?
Thanks!
14
votes
2answers
12k views
How to create a .jar file or export jar on IntelliJ (like eclipse java archive export)
I was using IntelliJ-IDEA IDE , I want to create a jar file from java compiled class files. but I not found command or file, How to create a jar file (like eclipse java archive export)
14
votes
5answers
10k views
How to build jars from IntelliJ properly?
I have a project that contains a single module, and some dependencies.
I'd like to create a jar, in a separate directory, that contains the compiled module. In addition, I'd like to have the ...
13
votes
4answers
3k views
Benefits of switching from Eclipse to IntelliJ IDEA for Android development
I have been using Eclipse for Android development and don't have a problem with it (I also use it for Web Service and C++ development under Linux) but I want to give IntelliJ IDEA a go as it appears ...
13
votes
2answers
854 views
How do I turn off the Scala Fast Compilation server's (FSC) timeout?
I am using a Scala compilation server. This is probably not related to my IDE IntelliJ IDEA, but I will just inform you that I start the Scala compilation server through a special run configuration in ...
13
votes
3answers
4k views
Debugging Scala code with simple-build-tool (sbt) and IntelliJ
What's the easiest way to debug Scala code managed by sbt using IntelliJ's built-in debugger? The documentation at http://code.google.com/p/simple-build-tool/wiki/RunningSbt lists commands for running ...
13
votes
6answers
856 views
Have you actually convinced anybody to Scala?
I had limited success myself. I was able to hype a few persons about Scala.
But in fact none of them made a meaningful effort to try to switch (usually from Java).
I would like to read both success ...
13
votes
2answers
3k views
How do I switch to another subversion branch in Intellij?
What is the concept of switching branches in IntelliJ?
I must be either blind or an idiot...
I would assume there'd be a "switch to copy" option or something like that, but there is none...
EDIT for ...
13
votes
2answers
2k views
regex backreferences in IntelliJ
I want to use IntelliJ's find-and-replace feature to perform the following transformation:
// Replace this
model.put('foo', 'bar')
// With this
model['foo'] = bar
I've tried the following:
Text to ...
13
votes
5answers
12k views
Any good tutorial about developing Android apps with IntelliJ IDEA
Does anyone know any good tutorial about setting up environment and importing libraries for Android development with IntelliJ IDEA?
I downloaded some Android plugins but still the IDE marks all ...
12
votes
3answers
428 views
foreach with variable name equal to field name
Found interesting thing while compile the following piece of code:
1 class A {
2
3 private B line;
4
5 public void foo() {
6 for (Integer line : line.getElements()) {
7 ...
12
votes
5answers
257 views
Java: Highlighting all derived data members
Is there any editor for Java that is capable of highlighting all inherited members? It seems to be a very useful feature to aid in understanding the structure of the derived class that accesses ...
12
votes
1answer
2k views
IntelliJ gives Fatal Error: Unable to find package java.lang in classpath or bootclasspath
When I try to make a simple module in IntelliJ it responds with:
Fatal Error: Unable to find package java.lang in classpath or bootclasspath
12
votes
2answers
2k views
IntelliJ IDEA with Junit 4.7 “!!! JUnit version 3.8 or later expected:”
When I attempt to run the following test in IntelliJ IDEA I get the message:
!!! JUnit version 3.8 or later expected:
It should be noted that this is an Android project I am working on in ...
12
votes
5answers
2k views
Intellij reformat on file save
I remember seeing in either IntelliJ or Eclipse the setting to reformat (cleanup) files whenever they are saved. How do I find it (didn't find it in the settings)
10
votes
2answers
1k views
IntelliJ IDEA: Maven,project compilation and deployment
Can someone explain me IntelliJ IDEA's workflow of compilation, deployment and packaging with binded maven project ?
I've encountered some misunderstanding when I'm starting tomcat server via IDEA's ...
10
votes
3answers
3k views
Need IntelliJ IDEA 9 cheat sheet
I searched but couldn't find anything what I can print and put on the wall.
10
votes
1answer
879 views
What is the purpose of the Intellij Commander?
Can somebody tell me what the purpose of the Intellij Commander is?
10
votes
5answers
6k views
Best practices for IntelliJ IDEA 9 + Maven + Version control
The project is using Maven so the POM files are the main sources of project info. There are some useful settings in the project files which would be nice to keep.
OTOH IDEA seems to create too many ...
10
votes
1answer
2k views
How do I turn off error validation for annotations in Intellij IDEA?
I have a developer counterpart who uses Eclipse, which inserts annotations in various positions automatically in our JUnit tests. However, when I open the test in IDEA, the annotation is underlined ...
10
votes
4answers
2k views
Merges on IntelliJ IDEA .IPR and .IWS files
We keep our IntelliJ .IPR and .IWS files in our source control, but they keep getting modified by IntelliJ just by opening them, even without any work being done on the project.
What are we doing ...
10
votes
3answers
1k views
Is there “Break on Exception” in IntelliJ?
Is there feature that will automatically break debugging on first exception occurrence?
So we
start application
do something that throw exception
got IntelliJ popped up highlighted line where ...
10
votes
15answers
4k views
Things possible in Eclipse that aren’t possible in IntelliJ?
I have heard from people who swear by one or the other. Both are full-featured, excellent IDEs. But each has slightly different strengths. This is not meant to turn into a holy IDE war. Please ...
10
votes
4answers
7k views
GWT - What's a good GUI editor for GWT in Intellij IDEA?
The one that ships with IDEA is nothing more than a GWT project creation tool. Is there a better plugin? Is there a standalone GUI editor for GWT?
10
votes
3answers
5k views
What is the best free plugin for Eclipse that allows for formatting/indenting/cleanup of JSP code?
I know that IntelliJ has an option to select all the code in a JSP file, right click, and select "format". This nicely formats all HTML, CSS, scriptlets and JSTL tags in a JSP file.
Can Eclipse do ...
9
votes
4answers
248 views
IntelliJ suggests replacing the while loop with a for each loop. Why?
ArrayList<Object> list = new ArrayList<Object>();
list.add(12);
list.add("Hello");
list.add(true);
list.add('c');
Iterator iterator = list.iterator();
...
9
votes
4answers
584 views
Can I automatically refactor an entire java project and rename uppercase method parameters to lowercase?
I'm working in a java project where a big part of the code was written with a formatting style that I don't like (and is also non standard), namely all method parameters are in uppercase (and also all ...
9
votes
2answers
6k views
how can i set the jdk in intellij 9 on mac
I have a project on intellij and now i wanna run it on intellinj 9 on mac. when i run the project i get the error -> "the JDK is not specifiedfor module "XXXXX" specify the JDK in Configuration ...