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.
I am editing Python (django) files remotely and Go to Definition doesn't work. This is probably because I need to tell it where the remote files are. But where do I do this? Thank you.