After using C# and visual studio for a while, I find that being able to pull up a list of everywhere the function is used and the definition is extremely useful. It works the same for classes and other references. I also like being able to jump forward and back to previous views.
Is there an equivalent of this in the python world?