How to navigate through functions, classes and bookmarks

I am used to Spyder, which provides a pane showing your classes, your functions, and your bookmarks, if you have defined them.

 

What's the closest equivalent in PyCharm?

 

I understand PyCharm has 'breadcrumbs', and can take you to the definition of a class, but what if I just want an easy-to-navigate overview of the key parts of my code (functions, classes, etc)?

 

What I mean is something like this:

 

 

0
3 comments

Hi,

I believe you're looking for a structure window, called by ALT+7 by default, or use quick action (double shift)

0

The structure view is very limited at the moment. Not alot of functionally to show bookmarks, or have auto-bookmarks of headers for example, as in other languages.

Upvote here:
https://youtrack.jetbrains.com/issue/PY-33098?_ga=2.222840797.772632151.1601533655-885234516.1601533655

https://intellij-support.jetbrains.com/hc/en-us/community/posts/360001827340-any-way-for-the-structure-view-to-only-show-functions 

0

The structure view is very limited at the moment. Not alot of functionally to show bookmarks, or have auto-bookmarks of headers for example, as in other languages.

Upvote here:
https://youtrack.jetbrains.com/issue/PY-33098?_ga=2.222840797.772632151.1601533655-885234516.1601533655

https://intellij-support.jetbrains.com/hc/en-us/community/posts/360001827340-any-way-for-the-structure-view-to-only-show-functions 

1

Please sign in to leave a comment.