IntelliJ IDEA Handbook

About the author

JCGs (Java Code Geeks) is an independent online community focused on creating the ultimate Java to Java developers resource center; targeted at the technical architect, technical team lead (senior developer), project manager and junior developers alike.

JCGs serve the Java, SOA, Agile and Telecom communities with daily news written by domain experts, articles, tutorials, reviews, announcements, code snippets and open source projects.

You can find them online at https://www.javacodegeeks.com/

IntelliJ IDEA is a Java integrated development environment (IDE) for developing computer software. It is developed by JetBrains, and is available as an Apache 2 Licensed community edition, and in a proprietary commercial edition. Both can be used for commercial development.

The IDE provides for integration with build/packaging tools like grunt, bower, gradle, and SBT. It supports version control systems like GIT, Mercurial, Perforce, and SVN. Databases like Microsoft SQL Server, ORACLE, PostgreSQL, and MySQL can be accessed directly from the IDE.

IntelliJ supports plugins through which one can add additional functionality to the IDE. One can download and install plugins either from IntelliJ’s plugin repository website or through IDE’s inbuilt plugin search and install feature. (Source)

In this ebook, we provide a compilation of IntelliJ IDEA tutorials that will help you kick-start your own programming projects. We cover a wide range of topics, from setup and configuration, to plugins installation and UI creation. With our straightforward tutorials, you will be able to get your own projects up and running in minimum time.

 

IntelliJ IDEA Handbook includes:

  1. Intellij IDEA Tutorial for Beginners
  2. How to Install IntelliJ IDEA on Ubuntu Linux
  3. Top 10 IntelliJ IDEA Plugins
  4. IntelliJ GUI Designer Example
  5. IntelliJ Idea Color Schemes / Themes Configuration
  6. IntelliJ Increase Memory Settings
  7. IntelliJ IDEA Keyboard Shortcuts Tutorial
  8. IntelliJ IDEA Create Test Tutorial
  9. IntelliJ IDEA Format Code Example
JCG eBooks are professionally designed, downloadable collections of popular JCG content – articles, interviews, presentations, and research – covering the latest software development technologies, trends, and topics.
Back to top button