I am using spring-boot
for building my application in my organization. While going through some of the tutorial videos on spring-boot
, I have seen the tutor opening the source code files by typing ctrl+shift+N from a sample project in IntelliJ Idea.
I am using spring-boot and maven with STS.
I can open the source code in STS by doing F3 on the class name and not by CTRL+SHIFT+R. I want to open these files in STS by shortcuts like the person in the video did on IntelliJ. The source jars are already downloaded from maven central.
Anything I can do in STS to achieve this?