I want to see the implementation of the render method in React, but when using VSCode’s ‘Go to Source Definition’, it shows ‘No source definitions found.’ How can I navigate to the specific implementation of the render method?
enter image description here
I tried ‘Go to Definition’, ‘Go to Type Definition’, and ‘Go to Implementations’, but they all redirected to the places where I called the render method in my code.
enter image description here
BingYu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.