I am using PyCharm to develop my webApp (I am from the word python) and noticed: I cannot proceed to the source response.
For example: I want to look hot to expand the component, set the cursor to Component press Cmd + right mouse click and see cannot find declaration to go to .
import React, { Component } from 'react'
Is there a way to do this, or maybe there are other editors with such features?
Update: It seems to work only in WebStorm, but not in Pycharm. For Pycharm, you need to load the library in the settings.
source share