Posts related to tag: STS


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 »

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 »

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 »

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 »

How to increase console buffer size in Eclipse/STS

On this page, we will learn how to increase the console buffer size in Eclipse/STS. Sometimes you may notice that […] Continue reading »