Komodo Edit newbie Q

Todd Whiteman toddw at activestate.com
Thu Jun 26 14:29:30 EDT 2008


John Dann wrote:
> I'm learning Python using the Komodo Edit freeware code editor. One
> thing I'm finding a little confusing is that the code completion lists
> (what I would call Intellisense coming from a .Net background) are
> often very incomplete, especially with imported classes like wx. It's
> like KE can't look far enough into these classes to offer a
> comprehensive list of method etc options.
> 
> I presume that I haven't possibly omitted some KE setup step that
> would give more detail to the code completion?

Hi John,

There are some Komodo forum posts that help out when dealing with wx 
completions in Komodo, this link below may be particularly helpful:
<http://community.activestate.com/forum-topic/calltip-and-autocomplete-wxpython-differs-between-komodo-and-pythonwin>

> 
> If not then maybe this is just a limitation of the KE freeware
> (because it's free?). Does anyone know if say Komodo IDE offers more
> in the way of code completion (I know that it offers more things in
> the way of debugging etc, but it's code completion specifically that
> I'm asking about here). Or is one of the other Python IDEs maybe more
> capable when it comes to code completion?

Komodo Edit and Komodo IDE both use the exact same code intelligence 
system, so what occurs in Edit occurs in the IDE version.


Cheers,
Todd



More information about the Python-list mailing list