Questions tagged [intellij-14]

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

830 questions
360
votes
31 answers

Error: Unfortunately you can't have non-Gradle Java modules and > Android-Gradle modules in one project

I have an IntelliJ 14.1.2 Project consisting of two modules - one is an Android Gradle based module and the other is a Spring Java-based module with Maven. gps-trackman.v1 is my root project and I've not configured any outputs or facets for this…
kamokaze
  • 7,142
  • 5
  • 33
  • 43
302
votes
9 answers

Ignore a folder in search results

I'm searching for a string and getting matches in a source folder, and a build folder (file in source gets copied to build during build). I do not need the build folder result. Vim has wildignore which helps filter out results. Is there something…
Eric Francis
  • 23,039
  • 31
  • 88
  • 122
130
votes
5 answers

Hide excluded folders from tree in IntelliJ IDEA

After updating to IntellijIdea 14 I have discovered that an excluded folder in my project is now visible. How do I hide it?
SeniorJD
  • 6,946
  • 4
  • 36
  • 53
111
votes
24 answers

IntelliJ Gradle Plugin: The supplied javaHome seems to be invalid

Similar to: - Intellij 14 the supplied javaHome seems to be invalid - Android Studio - supplied javaHome is not a valid folder However, I am trying to use my JAVA_HOME variable which is set to C:\Program Files\Java\jdk1.8.0_40 I do not understand…
Eric Francis
  • 23,039
  • 31
  • 88
  • 122
103
votes
6 answers

How can I force update all the snapshot Gradle dependencies in intellij

I have a project with SNAPSHOT dependencies using gradle as its build tool in intellij. The problem is that intellij is using SNAPSHOTS that are now outdated. When I build the project on the command line gradle build or gradle clean build…
Vad1mo
  • 5,156
  • 6
  • 36
  • 65
101
votes
3 answers

IntelliJ collapsing single line methods

Since I've updated my version of intelliJ (14.x to 15.x) it has started automatically collapsing single line methods in the Java editor: Previous version: public void setContext(SecurityContext context) { this.context = context; } Latest…
StuPointerException
  • 7,117
  • 5
  • 29
  • 54
100
votes
3 answers

Find and Replace symbol for whole project intellij?

In IntelliJ IDEA, is there an option to find and replace a symbol for whole project with on time operation?
Supun Wijerathne
  • 11,964
  • 10
  • 61
  • 87
82
votes
7 answers

How to change the active tab header's color in IntelliJ 14.1.4?

I'm using a dark theme in IntelliJ 14, the problem is that I have difficulties in distinguish the active tab, because its header's background is not different than the other tabs I have opened (or it is, but very little). I looked all over the place…
la76
  • 871
  • 1
  • 6
  • 8
81
votes
11 answers

How to open projects as tabs in IntelliJ

Can anyone please let me know how to open multiple projects as tabs in IntelliJ. In my previous laptop I am able to do. Please find the attached screenshot. However, in my new laptop whenever I try open multiple projects, it always open in a new…
harsh pamnani
  • 1,191
  • 1
  • 10
  • 14
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
72
votes
10 answers

IntelliJ new project - maven archetype list empty

When creating IntelliJ → New Project → Maven, the archetype list is blank and does not populate no matter how long the amount of time elapsed. The "Loading archetype list..." continues but does not appear to do much. Any suggestions? Info from mvn…
DanCat
  • 2,504
  • 2
  • 19
  • 26
66
votes
10 answers

IntelliJ Ultimate 14 find usages not working

I am using IntelliJ IDEA 14 Ultimate. When I search find usages, in find view, there is an info like "Searching for usages in project files" and doesn't return any result. Scope is "whole project". I have also IntelliJ 14 Community Edition. When it…
karlkeller
  • 1,251
  • 3
  • 12
  • 22
64
votes
3 answers

Webpack watch not working on Webstorm on Windows?

So basically I have a project using Webpack, if I build using Webpack -w, editing the file with another editor will trigger the watch; however if I edit the file using Webstorm, nothing will happen. I have came across this post, which seems I'm not…
luanped
  • 3,178
  • 2
  • 26
  • 40
57
votes
5 answers

Choose between open declaration/implementation on Ctrl + click in IntelliJ IDEA

Details: IDE: IntelliJ IDEA 14 O.S.:: Windows 7 If I want to navigate to the declaration of a method I can choose one of the following approaches: press Ctrl + left click right click > Go To > Declaration press Ctrl + B If I want to navigate to…
ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
54
votes
3 answers

How do I create a scratch file in IntelliJ 14?

Scratch files are mentioned in the release announcement for IntelliJ 14 but it does not mention how to create or use them. Any links to documentation would be extremely helpful. What I Have Already Tried I have already performed several web…
Rylander
  • 19,449
  • 25
  • 93
  • 144
1
2 3
55 56