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
19
votes
1 answer

IntelliJ IDEA 14 : What is capture memory snapshot

I tried to search this, but couldn't find, exactly what I am looking for so someone please provide me an explanation on IDEA14's capture memory snapshot
Dharshi
  • 203
  • 1
  • 2
  • 5
18
votes
5 answers

'Git is not installed' on intellij

Hi i am trying to link up my a java group project from github to intellij. However i keep getting this issue with Git, i download it but then i try again and it asks me to download it again? I've looked up the 'Paths to Git executable' and this is…
yt.
  • 327
  • 1
  • 2
  • 11
18
votes
1 answer

How to bind multiple actions to a shortcut

Each time I finished editing a Java class, I want to : Organize imports, Reformat code and Rearrange code. I have to hit 3 keyboard shortcuts. Is there a way to assign a chain of actions to a single shortcut ? I am using IntelliJ 14.1.5.
Comencau
  • 1,084
  • 15
  • 35
18
votes
2 answers

IntelliJ 14.1 is too slow when I import a Maven project

If I import a Maven project (Import Project > choose the main pom.xml file > check Import Maven projects automatically > Next ...): in IntelliJ IDEA 14.1 Ultimate Edition it takes about 5 hours until is ready. in IntelliJ IDEA 14.0.3 Ultimate…
ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
17
votes
2 answers

Show indentation line in IntellIJ IDEA

There is a plugin in vim which shows you "dots" (or lines, etc.) where the indentation level is. Example: Is there something similar for IntellIJ IDEA?
AjayZonu
  • 185
  • 1
  • 1
  • 5
17
votes
1 answer

Distraction Free Mode with right margin

I'd like to display right margin in Distraction Free Mode. Is it possible? Can't find any options for DFM in settings. Right margin is the vertical line displayed in a tab with source code. It shows where the column limit is.
tomrozb
  • 25,773
  • 31
  • 101
  • 122
16
votes
1 answer

What means when method is italic in IntelliJ IDEA?

By default, IntelliJ IDEA shows some of the methods as italic when we call them: Example: Authentication auth = SecurityContextHolder.getContext().getAuthentication(); getContext() is italic, but getAuthentication() isn't, what does it mean?
Ivan Aracki
  • 4,861
  • 11
  • 59
  • 73
16
votes
3 answers

Is there a keyboard shortcut for "Do Refactor" (Refactor Preview Pane) in IntelliJ IDE?

How to press "Do refractor" button when you are trying to refractor some method in (PHP, Java..) code. Steps: Press ctrl+r to rename method Change the name then u press enter Then another panel shows with usages of this method and a "Do Refactor"…
Srneczek
  • 2,143
  • 1
  • 22
  • 26
15
votes
1 answer

How to manually install IntelliJ IDEA patch update?

I get the following connection error while updating IntelliJ behind proxy (the proxy ping in IntelliJ is working though): Connection Error: Failed to prepare an update: Cannot download 'http://download.jetbrains.com/idea/IU-xxx-patch-win.jar':…
powder366
  • 4,351
  • 7
  • 47
  • 79
15
votes
7 answers

IntelliJ IDEA 14 Copy and Paste not working with other applications

Couldn't find the simple solution on SO, so thought I would add this here for anyone looking in the future. My symptom was that I could copy and paste within the IJ editor, but not from the editor to another application or from another app to the…
Jeff Neet
  • 734
  • 1
  • 8
  • 22
15
votes
1 answer

Intellij working with hybrid projects (maven+gradle)

I'm working on two Java projects: Gradle project and a Maven project with snapshot dependency to the Gradle project. When I'm changing the gradle project I need to install it to m2 and refresh the dependency in the IntelliJ. Is there a way to make…
Shikloshi
  • 3,761
  • 7
  • 32
  • 58
14
votes
4 answers

Renaming project root directory in PyCharm gives java.io.IOException

I know it might be bad idea to rename project root directory, but while doing it I got following error: I did it as follows: Cant I really rename project root directory? How this option works? Is their any way to close the project (and all its…
MsA
  • 2,599
  • 3
  • 22
  • 47
14
votes
3 answers

How to get intellij to offer a text diff comparison on failed tests

I'm writing a Scala test with some ScalaTest matchers. When my test fails, intellij says something like…
Bruce Lowe
  • 6,063
  • 1
  • 36
  • 47
14
votes
6 answers

Can't compile java project on intelij Idea 14 CE

About a week from now i started using Intelij Idea 14 Community Edition on OS X 10.10 without any significant problem and since this morning i get this error when i try to compile or run my last java project : Error:java: Internal error: …
Orlinky
  • 188
  • 1
  • 1
  • 8
14
votes
1 answer

IntelliJ IDEA - detach editor window

I have recently removed tabs from my IntelliJ setup, because with all the features available to navigate between files, who needs them? The issue is, the normal way of detaching an editor window would be to drag the tab onto another screen (or…
Misha Griffiths
  • 228
  • 2
  • 9