Search code examples
javaspringintellij-idea

Is it possible to jump into spring source code while I'm coding in IDE?


While I'm coding Java in IDEA, I create a collection, I could just ctrl+click to see the implementation that how Java itself implements a collection, so I can read it and try to understand its concept.

enter image description here

enter image description here

enter image description here

I can jump into Collection source code and its implementation, but fail to see the getBean method's implementation.


Solution

  • Just click the button to see the implementation:

    enter image description here

    enter image description here