I just found speed and this is a remarkably useful tool. I really like how it can drill files (python) to show me a list of classes, methods and functions.
Is there a way to get speed to automatically expand the class / function reference tree for the file in the current active buffer?
It would be a bonus if I could just go where the current cursor is; for example, if the cursor was located in the foo function of the class bar , then the speed will expand to myfile.py > class bar > foo .
source share