Questions tagged [intellij-13]

IntelliJ IDEA is a popular IDE by JetBrains. Originally created for Java, it currently supports a lot more languages, including: JavaScript, Groovy, HTML, CSS, RSS, R, Haskell, PHP, Ruby, Python, Scala, Clojure, Kotlin.

IntelliJ IDEA is a popular IDE by JetBrains. It is often simply referred to as 'IDEA' or 'IntelliJ'. First released in 2001, it is mostly focused on boosting developer's productivity, providing a wide set of automated refactorings to ease codebase evolutions. Rich plugin development API can be used to add almost any type of functionality, including new languages/frameworks support, VCS integation or build management with custom tools involved. Intellij Idea also serves as a base platform for other IDE software: PhpStorm, PyCharm, RubyMine.

The Ultimate (commercial) version of the tool offers support for enterprise class development, while the open-source (free) version is often used for android, groovy, scala and web development. A 30-day fully functional trial of the Ultimate edition for various platforms can be freely downloaded.

Useful links

Intellij Idea documentation

Developer community

Plugin development guide

303 questions
402
votes
19 answers

Error:java: invalid source release: 8 in Intellij. What does it mean?

Im trying to compile some code in I'm using Intellij Ultimate 13.1.4, but I get the following error and I have no idea what it means: Information:Using javac 1.7.0_55 to compile java sources Information:java: Errors occurred while compiling module…
David says Reinstate Monica
  • 19,209
  • 22
  • 79
  • 122
191
votes
7 answers

IntelliJ beginning of file keyboard shortcut

Is there a keyboard shortcut to move to the beginning of a file? I checked IntelliJ's Keymap for Mac OS X and it doesn't list anything for navigating to the start of a file.
Steve Kuo
  • 61,876
  • 75
  • 195
  • 257
150
votes
10 answers

IntelliJ Column Selection using Cursor Keys

Is it possible to some how setup IntelliJ IDEA so that I can column select with the cursor keys similarly to how I might in Notepad++, Visual Studio, or FlashDevelop. For instance when I'm typing code I almost always do my navigation solely through…
141
votes
15 answers

"Cannot start compilation: the output path is not specified for module..."

I have a very simple Java + Gradle project. It builds fine. It runs fine from the shell with "gradle run". However, if I try to run inside of IntelliJ, I get: Cannot start compilation: the output path is not specified for module "xyz" Specify the…
clay
  • 18,138
  • 28
  • 107
  • 192
109
votes
6 answers

IntelliJ key repeating idea.vim

I just installed IntelliJ CE and IdeaVim plugin. One small popup asked about key repeating and if I want to make it enabled. But I just clicked "no" without knowing what it is asking about clearly. But it was about the moving keys: h j k l. I cannot…
ijung
  • 2,319
  • 3
  • 11
  • 8
94
votes
10 answers

Module ... is not backed by gradle

I'm using IntelliJ IDEA Pro 13.1.2. Never used any versions below 13. When trying to run build.gradle from IDE I get the message: Module is not backed by gradle I can run this script from the command line just fine. The "root" directory has both…
PM 77-1
  • 12,933
  • 21
  • 68
  • 111
77
votes
8 answers

Intellij, project navigation. Expand all folder and file tree

Is it possible to expand the entire project tree in Intellij? I would like to do this so I can more easily search the structure and jump back and forth between files and folders. I know of double shift, and CTRL+SHIFT+N, but that is not what I am…
mjs
  • 21,431
  • 31
  • 118
  • 200
76
votes
3 answers

Eclipse's "Outline" window equivalent in IntelliJ

I am thinking to switch from Eclipse to IntelliJ. But I want first make sure that my favorite tools exists in IntelliJ. Does IntelliJ has an equivalent to Eclipse's docked Outline window?
Daniel Hári
  • 7,254
  • 5
  • 39
  • 54
59
votes
4 answers

Set java system properties in IntelliJ or Eclipse

I have a project which runs correctly under the terminal command mvn package exec:java -Dplatform.dependencies -Dexec.mainClass=Demo Now, I need to debug it correctly (not terminal) with IntelliJ or Eclipse on Mac (preferably IntelliJ) but I have…
diegomontoyas
  • 1,785
  • 3
  • 17
  • 22
50
votes
4 answers

Selected directory is not a valid home for JDK - Intellij IDEA on Ubuntu

After installing Intellij Idea 14, with OracleJDK 1.8 u25 (64 bit) on my 14.04 Ubuntu system, I cannot configure the Java SDK to use any JDK. When I navigate to Module Settings->SDK and click configure SDK, the add button, and then select…
Andrew Schade
  • 808
  • 1
  • 7
  • 14
43
votes
10 answers

Error: scala: No 'scala-library*.jar' in Scala compiler library

Environment: Play 2.3.0/Scala 2.11.1/IntelliJ 13.1 I used Typesafe Activator 1.2.1 to create a new project with Scala 2.11.1. After the project was created, I ran gen-idea. The generated IDEA project fails to compile with the error: Error: scala:…
Jonathan Schneider
  • 26,852
  • 13
  • 75
  • 99
40
votes
10 answers

IntelliJ IDEA not showing my module/project

Suddenly, IntelliJ IDEA is showing the following module view with a strange yellow colour in the background. I don't know how to get my module back, because it is not being shown: Do you know how can I see my project folder back? Thanks
35
votes
7 answers

How to fix "Fail to connect to camera service" exception in Android emulator

I'm getting a Fail to connect to camera service exception when I run my Android app in the emulator. I've read the various existing posts but none have fixed this. It is clearly the Camera.open() call which is failing. I would eventually like to…
Alyoshak
  • 2,696
  • 10
  • 43
  • 70
34
votes
1 answer

Intellij: add space after double slashes in line comment

Is there a way in Intellij IDEA (I'm using version 13) to automatically add a space to line comments between the two slashes and the text: If I enter : //This is a comment I'd like to get the following when I run a code reformat (Ctrl-Alt-L on…
Nicolas Forney
  • 868
  • 2
  • 13
  • 21
33
votes
6 answers

How to disable Maven auto import automatically in IntelliJ IDEA?

I believe this setting might be causing IntelliJ IDEA to behave slowly. I used to get a popup and finally clicked 'do this automatically', and now it is on, but I want to turn it off again. How can I disable Maven 'auto import'?
mjs
  • 21,431
  • 31
  • 118
  • 200
1
2 3
20 21