Posts related to tag: keys


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 »

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- 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 »

Top 5 SQL Developer Shortcut Keys

This article will help you to get familiar with the Top 5 Oracle SQL Developer Shortcut Keys. Getting handly with […] 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 »

Shortcut key for Extract Local Variable in Eclipse/STS

Alt + Shift + L are the shortcut keys to extract/assigned a piece of code to a local variable in […] Continue reading »

Eclipse/STS shortcut keys for Uppercase and Lowercase

Getting familiar with shortcut keys improve the productivity and Eclipse/STS these shortcut keys help you for changing the case(uppercase and […] Continue reading »

Shortcut key to evaluate expression/variable in IntelliJ IDEA

Alt + F8 is the shortcut key to evaluate expression/variable in the IntelliJ IDEA. You can only evaluate a expression/variable […] Continue reading »