See current class/method in Navigation bar?
I have a seemingly very simple question. PyCharm has a lovely navigation bar that shows me what file I'm in at any moment. I don't see any way to make this nav bar tell me what class or method/function I'm in at the moment.
I just want to place the cursor somewhere in the file and have the nav bar (or other obvious place) show what is the current scope (class + method.) How can I do this? I know I can hit Cmd-F12 (mac) to get this info in a popup window. What I want is to have it always displayed somewhere on the screen as I move the cursor around.
thanks,
Preston
I just want to place the cursor somewhere in the file and have the nav bar (or other obvious place) show what is the current scope (class + method.) How can I do this? I know I can hit Cmd-F12 (mac) to get this info in a popup window. What I want is to have it always displayed somewhere on the screen as I move the cursor around.
thanks,
Preston
Please sign in to leave a comment.
Also feel free to vote for the platform specific issue: http://youtrack.jetbrains.com/issue/IDEA-37112
Thanks @Dmitry that's what i was looking for :)