IntelliJ IDEA is a popular IDE by JetBrains. Originally created for Java, it currently supports a lot more languages: Grails, HTML, PHP, Ruby, Python, JavaScript, Scala, Clojure and others.

learn more… | top users | synonyms (1)

252
votes
21answers
95k 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 ...
208
votes
40answers
48k 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 ...
186
votes
3answers
10k 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?
145
votes
11answers
30k 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 ...
142
votes
21answers
150k views

What is the best IDE to develop Android apps in? [closed]

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 ...
78
votes
4answers
20k 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 ...
63
votes
3answers
36k 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 ...
61
votes
10answers
34k 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 ...
57
votes
5answers
14k views

How can I permanently have line numbers in IntelliJ?

How can I permanently have line numbers in IntelliJ?
57
votes
1answer
5k 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 ...
55
votes
3answers
33k views

How to create a .jar file or export jar on IntelliJ (like eclipse java archive export) [duplicate]

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)
53
votes
4answers
16k 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. ...
50
votes
5answers
29k views

How do I set up IntelliJ IDEA for Android applications?

How do I set up IntelliJ IDEA for Android applications?
48
votes
1answer
2k views

How to manage multiple interdependent modules with SBT and IntelliJ IDEA?

I'm developing several modules with dependencies among them, and would like to work with them all together in one IDEA project. I'm using sbt-idea to generate IDEA projects from the sbt build ...
42
votes
9answers
15k 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 ...
42
votes
3answers
25k 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!
40
votes
3answers
7k views

Substantial Android development in Scala [closed]

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 ...
39
votes
2answers
5k 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 ...
39
votes
2answers
22k views

Configuring IntelliJ IDEA for unit testing with JUnit

I feel like an idiot for asking this but I've wasted way too much time on this already. I'm an old Eclipse user which makes starting a java project with JUnit obvious. Just start writing a test class ...
38
votes
3answers
4k 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 ...
37
votes
2answers
5k 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 ...
35
votes
5answers
23k views

How to give more memory to IntelliJ Idea 9-11

This concerns Intellij from 9 to 11. 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 ...
35
votes
3answers
4k 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 ...
35
votes
2answers
8k 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 ...
34
votes
5answers
7k views

Why does IntelliJ IDEA compile Scala so slowly? [closed]

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?
31
votes
3answers
8k views

How to increase IDE memory limit in IntelliJ IDEA on Mac?

I'm using IDEA 12 Leda on Mountain Lion. I wanted to increase the maximum memory that IDE can use. I set the VMOptions in Info.plist file to be -Xmx2048m -ea -XX:+HeapDumpOnOutOfMemoryError ...
31
votes
4answers
13k 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?
31
votes
4answers
6k views

What is Eclipse's Ctrl+O shortcut equivalent in IntelliJ IDEA?

I like to use Eclipse's shortcut Ctrl + O which outlines the current source. Is there an equivalent shortcut in IntelliJ IDEA?
29
votes
3answers
5k views

IntelliJ tooltip shows JavaDocs

In Eclipse, hovering over a method, variable, etc displays a tooltip with the corresponding JavaDocs. Is there such a feature in IntelliJ?
29
votes
1answer
2k views

IntelliJ IDEA - caret behavior

Hi I am trying ti figure out one thing in IntelliJ IDEA 10: current caret position where caret moves after pressing DOWN arrow where I want caret to be Is such setting possible? Thanks
28
votes
5answers
11k 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)
28
votes
5answers
26k 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 ...
28
votes
3answers
6k views

How to deal with IntelliJ IDEA project files under Git source control constantly changing?

Everyone on our team uses IntelliJ IDEA, and we find it useful to put its project files (.ipr and .iml) into source control so that we can share build configurations, settings, and inspections. Plus, ...
27
votes
10answers
6k views

Hidden Features IntelliJ IDEA [closed]

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 ...
27
votes
1answer
7k 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
26
votes
2answers
6k views

Intellij IDEA show javadoc automatically

When I am coding at Netbeans it autocompletes the code and show Javadocs. However when I am using Intellij IDEA if I click Ctrl+Space I can see the auto-complete and if I click Ctrl+Q I can see the ...
25
votes
5answers
11k views

Speedup IntelliJ-Idea

I'm using intelliJ for scala development and got 8 GB of new RAM last week, so I thought: time to use it. I checked my task manager and found intelliJ using ~250mb. From eclipse I knew that tweaking ...
25
votes
2answers
1k 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
3answers
5k views

Setting up scala with IntelliJ

I have Intellij ultimate 11.1, with the scala plugin installed. I installed scala 2.9.2 using homebrew, which put scala in: /usr/local/Cellar/scala/2.9.2> >which scala /usr/local/bin/scala ...
24
votes
1answer
6k views

Android Studio does not launch after installation [duplicate]

I've just downloaded the new Android Studio IDE released today, and installed it. When I double-click the icon to launch it, nothing happens. I've tried every shortcut to it, as well as the .exe in ...
23
votes
2answers
5k views

Disable spell checking on IntelliJ IDEA

I'm trying to disable spell checking in MacOS's IntelliJ IDEA version 8.1. How can I disable it?
23
votes
6answers
8k 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?
23
votes
4answers
9k 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 ...
22
votes
3answers
7k views

Getting “NoSuchMethodError: org.hamcrest.Matcher.describeMismatch” when running test in IntelliJ 10.5

I'm using JUnit-dep 4.10 and Hamcrest 1.3.RC2. I've created a custom matcher that looks like the following: public static class MyMatcher extends TypeSafeMatcher<String> { @Override ...
22
votes
6answers
13k views

IntelliJ inspection gives “Cannot resolve symbol” but still compiles code

Platform: IntelliJ Community Edition 10.0.3 SDK: jdk1.6.0_21 OS: Windows 7 So I have a strange situation with IntelliJ that has me completely stumped. I setup a Maven project and add log4j as a ...
22
votes
6answers
9k 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 ...
22
votes
7answers
7k views

How to get IntelliJ IDEA to display directories?

I've been trying out IntelliJ IDEA for JavaScript editing and I'm liking it so far, but I'm having a small problem with a new project. I can't seem to be able to get IDEA to display the directories ...
21
votes
3answers
1k 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 ...
21
votes
1answer
3k views

IntelliJ: Never use wildcard imports

Is there a way to tell IntelliJ never to use wildcard imports? Under 'Settings > Code Style > Imports', I can see that you can specify the 'class count' prior to IntelliJ using wildcard imports. ...
20
votes
3answers
3k views

Managing keyboard shortcut conflicts between IDE and OS (Ubuntu)

I'm using IntelliJ IDEA, but I think this applies to any IDE. In IDEA, some very useful keyboard shortcuts conflict with Ubuntu keyboard shortcuts. Some examples: Ctrl+Alt+L : formats the source ...

1 2 3 4 5 81