Questions tagged [intellij-10]

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

1 questions
3
votes
3 answers

Why does console in IDEA 10 fail with "tools is not a member of package scala"?

I have latest IntelliJ installed (10.0.1) with the Scala plugin. Whenever I run something in a console, I get an error. Here is an example (I tried to load some scala file) "C:\Program Files\Java\jdk1.6.0_05\bin\java" -Didea.launcher.port=7533…
Belun
  • 4,151
  • 7
  • 34
  • 51