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?
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.Try
ALT+Q
, as described in the PyCharm docsBreadcrumb bar just under editor
As of Pycharm 2017.02, there is a breadcrumb navigation under every editor window that shows information like:
You can also click to go to any of those points in the code.
For mac it is:
Ctrl
+Shift
+q
.