Navigating Through the Source Code
PyCharm suggests various ways of navigation between the IDE components and within source code. PyCharm's smart editor makes it possible to navigate across the source code using the code structure rather than plain scrolling. You can find your way in the source code using the method calls, declarations, errors, changes etc.
In this part:
- Navigating with Bookmarks
- Navigating Between Files and Tool Windows
- Navigating Between IDE Components
- Navigating Between Methods and Tags
- Navigating from Stacktrace to Source Code
- Navigating Between Test and Test Subject
- Navigating to Action
- Navigating to Braces
- Navigating to Class, File or Symbol by Name
- Navigating to Custom Folding Regions
- Navigating to Declaration or Type Declaration of a Symbol
- Navigating to Super Method or Implementation
- Navigating to File Path
- Navigating to Line
- Navigating to Navigated Items
- Navigating to Next/Previous Change
- Navigating to Next/Previous Error
- Navigating to Recent File
- Navigating with Breadcrumbs
- Navigating with Navigation Bar
- Navigating with Structure Views
See Also
Tutorials and Examples:
Last modified: 23 November 2016