Where to enable structure navigation bar?

已回答

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,

0

Please go to "Settings (Preferences for OS X)| Editor| General| Appearance" and enable the option "Show breadcrumbs". Does it help?

0
Avatar
Permanently deleted user

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.

0

It's supported for python starting with 2017.1 version. Please update your Pycharm version to see this feature, thank you.

0
Avatar
Permanently deleted user

Ah, I see. Thanks a lot for the answer, Anna!

0

请先登录再写评论。