



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.