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.
5
votes
2answers
6k views
Is it possible to have an autocomplete using jtextfield and a Jlist?
I want to create an autocomplete program in java and basically, I want to have an auto-complete or a list of suggestions regarding to the users input in the textfield. As the user types in the ...
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 ...
13
votes
6answers
12k views
Installing IDEA on Ubuntu 11.10
I am trying to install IDEA on Ubuntu 11.10. First, I installed openjdk-7-jdk. Then I tried running the idea.sh file as instructed. However it complains:
ERROR: cannot start IntelliJ IDEA.
No JDK ...
14
votes
3answers
2k views
Intellij Idea 9/10, what folders to check into (or not check into) source control?
Our team has just moved from Netbeans to Intellij 9 Ultimate and need to know what files/folders should typically be excluded from source control as they are not "workstation portable" ie: they ...
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?
251
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 ...
144
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 ...
49
votes
5answers
28k views
How do I set up IntelliJ IDEA for Android applications?
How do I set up IntelliJ IDEA for Android applications?
15
votes
6answers
19k views
Add a properties file to intelliJ's classpath
I feel like a schmuck for asking this, but I'm tired of guessing.
I'm running a simple java program from the IntelliJ IDE using the Run->Run menu. No problem, it works fine. Now I want to add log4j ...
5
votes
3answers
3k views
Is it possible to specify which network interface for a JVM ( or IDE ) to use
The situation goes like this, I have two network interfaces in my macbook pro. One is a statically defined Ethernet interface and the other one is a DHCP configured wireless interface.
I am trying to ...
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!
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)
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)
9
votes
4answers
2k views
How can I create an Android application in Android Studio that uses the Google Maps Api v2?
I've been having lots of trouble in Android Studio trying to create an app with GoogleMap.
I have followed the following guide:
https://developers.google.com/maps/documentation/android/start
...
15
votes
6answers
8k views
Step through JDK source code in IntelliJ IDEA
How can I step through JDK source code in IntelliJ IDEA 7 and see the debug info? I can currently hit breakpoints and step through the code, but the debug info is not available. This means I can't ...
18
votes
4answers
21k views
how to add directory to classpath in an application run profile in intellij idea?
I'm trying to add a directory to the classpath of an application run profile
If I override by using -cp x:target/classes in the VM settings, I get the following error:
...
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 ...
4
votes
2answers
3k views
How is Tomcat handled by IntelliJ IDEA 10.5
I am a newbie to IntelliJ IDEA. I was trying to deploy a web app in Tomcat.
It failed to deploy and i was not able to see any errors in the log console.
After much searching, I was able to find out ...
6
votes
2answers
2k views
Add facebook SDK to IntelliJ Android project?
How can I add the facebook sdk to my android project in IntelliJ? I'm familiar with how to add a library project to an existing project in Eclipse, but not in IntelliJ. Anyone know how?
4
votes
1answer
439 views
Display Javadoc with Autocomplete Parameter Information in Intellij
In Eclipse, when you're about to enter parameters for a method, the auto-complete will display all possible combinations as well as the Javadoc associated with each of them. This can also be triggered ...
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
0
votes
1answer
3k views
Problems Using ActionBarSherlock in Project
For some reason, I can't get ActionBarSherlock to work. I think I have it set up correctly, but it doesn't show up in intellisense when I try to import it or use it. Is there anything else I need to ...
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 ...
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
...
19
votes
16answers
8k views
Things possible in Eclipse that aren’t possible in IntelliJ? [closed]
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 ...
9
votes
3answers
4k views
Beginner's guide to SBT 0.10 and IDEA
I'm new to SBT and am unsure how to get a project started. Can someone point me to a beginner's guide to creating a Hello World type project, or give me some clues?
My preferred IDE is IDEA. I have ...
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 ...
10
votes
3answers
7k views
Can I make IntelliJ IDEA look more like Eclipse?
I've been developing in Eclipse for a long while, but am taking a hard look at IntelliJ IDEA 9.0.3 because of its good Flex development tools and Maven flexmojos integration.
But I just CAN'T STAND ...
12
votes
4answers
1k views
Speed up Android project build time in IntelliJ IDEA
I am wondering, if there is any way, how to set skip packaging and dexing in IntelliJ IDEA like in Eclipse and ADT. There is Additional VM Options field in Android DX Compiler section in IntelliJ ...
5
votes
3answers
644 views
Device configurations showing no default device. How to fix this?
Brand new installation of IDEA 11 and Device Convigurations screen looks like this.
As I found from IDEA's docs, the default content is pulled from the XML file located at
Default configurations ...
13
votes
3answers
6k views
How can I add a “Library Project” in IntelliJ IDEA?
I'm using ActionBarSherlock in an Android project that I developed using Eclipse. I'd like to migrate that project over to IntelliJ IDEA, but I'm not sure how to add a "Library Project" to IDEA.
Is ...
11
votes
3answers
7k views
How to configure eclipse to autosave on run?
I'm looking for a configuration or plugin for eclipse that automatically saves files (so I don't have to use Ctrl+S). It could do it on lost focus or over some period of time. I think I saw something ...
3
votes
2answers
2k views
IntelliJ: how to make non java files copied to the bin directory as well?
My module contains some non java files along the java source files. When the module is built, the java files are copied to the bin folder (and included in the jar artifact), but the non java files are ...
15
votes
2answers
9k views
How to clear the IntelliJ project index?
I've run into trouble that makes me suspect there is a bad index file that needs to be cleared. The symptoms are:
Cmd+N will only find a subset of classes in the project
Trying to run JUnit test on ...
11
votes
5answers
2k views
Any way to get IntelliJ-like autocompletion in Eclipse?
I'm stuck with Eclipse in one project and I would like to have autocompletion similar to that of IntelliJ - two major problems are:
Start typing and Eclipse would automatically suggest all ...
3
votes
4answers
4k views
Intellij IDEA Java classes not auto compiling on save
Yesterday I switched to Intellij from Eclipse.
I am using jRebel with Websphere Server 7 as well.
Everything now seems to be working somewhat fine, except that when I modify a Java file, and hit ...
1
vote
0answers
96 views
IntelliJ IDEA debug jumps inside instead of going over
I use last stable SBT with Scala 2.10 and last Scala plugin in IntelliJ IDEA 12.x. And have very simple test Scala project.
I have specs2 test where I want to start my debug from. Having several ...
7
votes
2answers
2k views
Playframework Plugin non-functional in IntelliJ IDEA 12
I have just downloaded and installed IntelliJ IDEA 12 (Ultimate Edition), under Ubuntu, with high hopes that I could cash-in on IJ's tight integration with Scala and the Play Framework.
I have a ...
4
votes
1answer
453 views
How to update IntelliJ IDEA testing-plugin to TestNG version 6.8?
Currently, I am using TestNG 6.8 with Maven, but when I run the test through the IntelliJ IDEA plugin, it uses an old version of TestNG.
How can I make IntelliJ IDEA (version 11.1.4) work with TestNG ...
3
votes
1answer
876 views
IntelliJ adding android sourcepath doesn't work fully
I've attached the Android source code via File > Project Structure > Modules > Dependencies > double-click the Android Platform > source path.
works for the most part, but in many classes in the ...
1
vote
1answer
2k views
IntelliJ and android.support.v7.widget.GridLayout
I am running into trouble either setting up the support v7 GridLayout library in my IntelliJ project, or properly referencing it in my code.
I currently use the ActionBarSherlock and Facebook ...
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
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 ...
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 ...
11
votes
3answers
7k views
Help need to get Spring MVC project going with IntelliJ IDEA
So I downloaded a trial of idea ultimate, and I want to get spring mvc going with tomcat.
So I setup a new project, configured it to use sun jdk.
I chose a spring application, and it created and ...
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 ...
18
votes
2answers
5k 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 ...
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?
17
votes
4answers
4k 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 ...
