ActiveState Powered by ActiveState

ActiveState Community


Komodo macro for Python: Find References

Posted by bcorfman on 2007-02-06 21:17
OS: All / Any

My "Find References" macro that compliments the new "Go To Definition" feature in the latest Komodo. The idea is to be able to highlight a variable or method in your Python code and then double-click Find References in the toolbox to see all uses of that variable/method throughout your code. This macro uses the Bicycle Repair Man module (by Phil Dawes) to implement its functionality.

You can download the macro from my blog here.

-->