STS/Eclipse Shortcuts
Sankar Karra
Senior Engineer L2 at Ness Digital Engineering Private Limited | Expert in Java, Spring Boot, Spring Reactive, & Microservices | Cloud (AWS, Azure) | CI/CD (GitHub Actions, Jenkins) | MySQL, MongoDB | Docker & Kubernetes
Most important STS/Eclipse shortcuts:
1. Imports: ctrl+shift+o
2. Code format: ctrl+a (select any file) ctrl+shift+f
3. Find any class: ctrl+shift+t
4. Find the hierarchy of any class or method: select a class or method then type ctrl+t
5. Generate Getter and Setter methods for fields: alt+shift+s