How to make PyCharm's Project Files window display class/method names -
today company's department installed bunch of system updates on windows computer, , in process blew away pycharm ide's memory of projects , related them. (this pycharm ce v4.5.1.)
i've rebuilt project i'm working on now, , (so far) couple of run configurations. however, pycharm's project files window no longer displays classes , methods defined in each file. relied heavily on feature navigation, , can't find procedure recovering it. suggestions?
i found can make project window display classes , methods (and functions outside classes) this:
- select project (not project files) option in leftmost dropdown.
- select "show members" in "tools" (gear icon) dropdown.
the "show members" name threw me off because i'm not accustomed thinking of files having "members." job, though.
Comments
Post a Comment