Posts related to tag: IntelliJ IDEA


IntelliJ IDEA- Enable Multiple Cursors for Editing

In IntelliJ IDEA, using Alt + Shift + Mouse Click (Windows/Linux) or Option + Shift + Mouse Click (macOS), you […] Continue reading »

IntelliJ IDEA- Undo and Redo Shortcut Keys

If you are switching to IntelliJ IDEA from any other integrated development environment, you might notice the shortcut key combinations […] Continue reading »

IntelliJ IDEA – Disable Method Chains Inlay Hints

In the IntelliJ IDEA, you can disable the method chains inlay hints from the setting. Follow the below steps for […] Continue reading »

How to remove vertical line from editor pane in IntelliJ IDEA

In IntelliJ IDEA, you might notice there is an annoying vertical line appearing in the code editor pane. P.S. Tested […] Continue reading »

How to navigate to implementation in IntelliJ IDEA

This article will help, how quickly you can open the implementation of method. In IntelliJ IDEA, you can use the […] Continue reading »

IntelliJ IDEA shortcuts for equals() and hashCode()

In IntelliJ IDEA, you can use the Alt + Insert (Windows/Linux) or ⌘Cmd + N (macOS) shortcut keys to generate the hashCode() and equals() methods. You […] Continue reading »

IntelliJ IDEA- Generate Getter & Setter Shortcut Key

Alt + Insert (Windows/Linux) or ⌘Cmd + N (macOS) is the shortcut keys to generate the getter and setter of […] Continue reading »

IntelliJ IDEA- View all exit points of method

In IntelliJ IDEA, Ctrl + Shift + F7 are the shortcut key to highlight all exit points of a method. […] Continue reading »

How to view recently opened files in IntelliJ IDEA

In IntelliJ, we can use the Ctrl + E in Windows and ⌘Cmd + E in the macOS machine to […] Continue reading »

IntelliJ IDEA shortcut for Extract/Introduce Local Variable

In IntelliJ IDEA, Ctrl + Alt + V for Windows/Linux and ⌘⌥V for macOS is the shortcut key to extract […] Continue reading »

IntelliJ IDEA- Import/Open multiple project in single Window

IntelliJ IDEA does not support to open the multiple project in same working window directly. But it can be possible […] Continue reading »

1 2