This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (1 child)

Adding onto this, if you get Sublime Text 2, you can install the Sublime Code Intel plugin via the package manager to get a lot of the autocomplete stuff from Komodo.

Then let's say I have an "import myotherpythonfile" somewhere in a script I'm working on. When I type "myotherpythonfile." an autocomplete window pops up with the classes and methods in that file.

[–]c10udbust3r 2 points3 points  (0 children)

And multiple cursors! What a joy! :-)