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.

mitch | Sat, 2009-05-09 19:30

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.