IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
Every developer in the Java world has to deal with exceptions. An exception stack trace is the easiest way to tell what's wrong in your program. In IntelliJ IDEA, we strive to make stack trace analysis as user-friendly as possible for you. To this end, IntelliJ IDEA has an Exception Analyzer which h…
Here are some new UI-related tricks which you may find useful: 1. Docked Navigation Bar (View | Navigation Bar) now shows Run/Debug controls if the toolbar is switched off. 2. You may also switch off Tool Buttons (View | Tool Buttons) and get them to appear on demand by pressing Alt key twice (or …
To change settings of a module that hosts the file you are currently editing, just press Alt+F1, 7 or open the View menu, select Select In and click Project Structure.IntelliJ IDEA will open the Project Structure dialog and jump to the required module.This action works for files from libraries and J…