Just starting with komodo, coding Python.
I am not getting a drop down of methods / attributes when entering ‘dot’
I assume it can do that?
Just starting with komodo, coding Python.
I am not getting a drop down of methods / attributes when entering ‘dot’
I assume it can do that?
Hey @darienk,
Yep, you should get code completions at various trigger points like os.|
or import |
and other “places”.
If you’re just starting Komodo for the first time, it might still be scanning your code base.
You also need to make sure that you actually have a Python file open.
Ok, will see with time, thanks.