ActiveState Community

code inteligence

Posted by sune on 2009-09-29 06:08

Hi,

Clean install of Komodo IDE 5.2.1 gives me no calltips or other completion when writing python scripts. Is there some setting I need to tweak?

I'm On Vista 64.

Thanks

toddw | Tue, 2009-09-29 09:35

Please ensure the "Languages->Python->Python Executable" is correctly set to a Python 2.x interpreter (Python 3.x is not yet supported).

Ensure the file language (as shown in the Komodo statusbar) says "Python" for your Python files.

If it's still not working, try an explicit code completion, i.e.:

int(|

with the cursor at the "|" position, use "Ctrl+J" to explicitly force a code completion event. Are there any messages in Komodo's message statusbar (bottom left) after doing this?

You may also want to check Komodo's log file for reported errors:
http://community.activestate.com/faq/komodo-file-locations#log_files

Cheers,
Todd