In visual studio development environment when you use a library if you have the related pdb you can dig into their sources during debug. I wonder is there any way to have this f
Go to
➙ Implementation(s)
No one suggested the simple route with a context-menu:
import java.util.DesiredClass
Done! The source code of the DesiredClass
opens in a new tab.
This also works with selected class name in the body of your code.