Navigating the Python source code

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
derek-v-s
Posts: 26
Joined: Mon May 06, 2019 9:47 pm
Contact:

Navigating the Python source code

Post by derek-v-s »

Is there a Qt Creator plugin that allows for Python outlines?

What are you using to navigate Python source code?

I'm currently using Spyder (written in Python), which has an "Outline" pane, "File explorer" pane, "Find in files" pane, and "Go to definition" in the context menu. It also optionally uses pyflakes to highlight potential errors.
Post Reply