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

Looking for tutorials that are CURRENT & work with IntelliJ/UI Designer

I can't seem to find anything on Java/Android that's current (uses IntelliJ 13 etc). Everything seems to be either very old (2011-2012), and either the UI has changed, or they don't use the UI Designer etc I'm not a total noob to programming, I have…
karite36
  • 47
  • 4
-1
votes
1 answer

Can we use Eclipse or Android Studio templates in IDEA?

Since IDEA is not so developer-friendly in terms of providing Android templates like Eclipse or Android Studio do, can we take those templates and use them in IDEA? If yes, how can we do that, beside importing from its source folders? Maybe to get…
sandalone
  • 41,141
  • 63
  • 222
  • 338
-2
votes
2 answers

Why servlets can be created only under the resources folder?

I'm trying to develop a new java web application from scratch. I'm using the IntelliJ IDE, and maven build tool. Why servlets can be created only under the resources folder ? Why jsp filels can be created only under the webapp folder? Thanks
1 2 3
20
21