Questions tagged [intellij-12]

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

20 questions
0
votes
1 answer

How to Add Multiple Gradle Projects into same IntelliJ Instance

I get the below exception when I try to import my other projects as a module into same IntelliJ instance. I use IntelliJ IDEA 12.1.4 Could not fetch model of type 'BasicIdeaProject' using Gradle installation 'C:\Program Files\gradle-1.6'. Unable to…
ever alian
  • 1,028
  • 3
  • 15
  • 45
0
votes
2 answers

Disable reporting erros for path checking in IntelliJ

IntelliJ show the squiggly red underline under require paths (node.js) that it can't find. In my case, I have a file that is copied to a particular place on installation. Their location in the source has nothing to do with their location in the…
B T
  • 57,525
  • 34
  • 189
  • 207
0
votes
0 answers

Is it possible to add a module SDK in intelliJ without making it visible to other projects

I have multiple Mercurial clones of my project. In my project there is a module that needs to use jdk 8. The rest of my project uses jdk 7. I configure that module to use jdk 8 by going to project structure, selecting the module, clicking the…
David
  • 14,569
  • 34
  • 78
  • 107
0
votes
0 answers

As soon as VisaulVm.exe launches Intellij becomes unresponsive

I am using IntelliJ and the moment that I open VisiualVm.exe IntelliJ just becomes unresponsive. I can use VisualVm correctly and even after I close it IntelliJ just hangs. I have to kill it from the TaskManager. I tried google’ing for this but…
cp5
  • 1,087
  • 6
  • 26
  • 58
0
votes
0 answers

Hibernate - Unsuccessful: create table

When I create the hibernate database, Hibernate recognizes all the tables except for one. So, when I try to save something in there, I get an exception because the object does not exist. The table which fails to create is ORDER. Here is the…
user3808750
  • 13
  • 2
  • 9
1
2