Today my company's IT department installed a bunch of system updates on my Windows computer, and in the process they blew away the PyCharm IDE's memory of my projects and everything related to them. (This is PyCharm CE v4.5.1.)
I've rebuilt the project I'm working on now, and (so far) a couple of its run configurations. However, PyCharm's Project Files window no longer displays the classes and methods defined in each file. I relied heavily on that feature for navigation, and I can't find a procedure for recovering it. Any suggestions?
I found that I can make the Project window display the classes and methods (and functions outside classes) like this:
The "Show Members" name threw me off because I'm not accustomed to thinking of files having "members." It does the job, though.