Posts related to tag: IDE


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 »

How to import Spring Boot project in Eclipse/STS IDE

On this page you’ll find step by step guide to import a existing Spring Boot project in your Eclipse/STS IDE. […] 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 »

Eclipse/STS – Optimize/Remove unused imports shortcut keys

Ctrl + Shift + O is the shortcut key to optimize or remove the unused import from your code in […] Continue reading »

IntelliJ IDEA – Spring Boot Dev Tools is not working

You might be facing the issue with IntelliJ IDEA that Spring Boot Dev Tools dependency is not reloading/deploy the latest […] Continue reading »

How to pass VM arguments in Eclipse IDE

On this page, we’ll show how we can pass VM arguments in Eclipse while running the application through the IDE. […] Continue reading »

IntelliJ IDEA – Code reformat and rearrange shortcut keys

In IntelliJ IDEA, we can use Ctrl + Alt + L to reformat and rearrange code in Windows and Linux […] Continue reading »

IntelliJ IDEA – System.out.println shortcut

In IntelliJ IDEA, type sout and press the Enter or Tab button from your keyboard to generate System.out.println() automatically. P.S. Tested with IntelliJ IDEA 2019.3.3 (Community Edition) […] Continue reading »

IntelliJ IDEA – public static void main shortcut

In IntelliJ IDEA, type main and press the Enter or Tab button from your keyboard to generate public static void […] Continue reading »

How to set maximum line length in Eclipse/STS

This guide will help you to set maximum line length in Eclipse/STS for auto-formatting. Nowadays most of the Java developer […] Continue reading »

How to import Gradle project in Eclipse/STS

On this page, we will learn how to import Gradle project in Eclipse/STS IDE. Gradle is an open-source build tool […] Continue reading »

1 2