Where to enable structure navigation bar?
Answered
Hi there,
I see that with some file types as html, yaml, xml there is a kind of a structure navigation bar showed at the top of the editor window. I want to enable this bar for python code, so that I can see code structure path to where my cursor currently is. You can see the example of it here: https://www.jetbrains.com/help/img/idea/2017.1/py_debugging.png
Does anyone know how this bar is called and how I can enable it for python files?
Thanks,
Please sign in to leave a comment.
Please go to "Settings (Preferences for OS X)| Editor| General| Appearance" and enable the option "Show breadcrumbs". Does it help?
Hi Anna,
Thanks a lot for your answer, at least now I know that it's called "breadcrumbs" would never guess! :-D
In my setting that option is enabled and I see that it works for some file types as xml, yaml and html files but has no effect for python files. Is it a bug? I use PyCharm Community Edition 2016.3.2 on Linux.
It's supported for python starting with 2017.1 version. Please update your Pycharm version to see this feature, thank you.
Ah, I see. Thanks a lot for the answer, Anna!