How to find out which class I'm currently in in Pycharm?
pycharm
Solution
`Navigate` | `Select In...` | Project View or File Structure, or you can keep Project or Structure view visible with the Autoscroll from Source option enabled.
It's also possible to use `Navigate` | File Structure for a pop-up showing your current position.
Problem
A rather simple question that I'm sure there's an answer to, I just can't seem to find it by searching Sometimes I'm looking at or writing some code I want to double check or find out which class I'm in, is there an easier way I can find out without scrolling up to the `class` line?