Python 3 file type, no code intel for class properties/methods

my_file = open('data.txt', 'w')

If I have “python” selected at top-right for “file type” :

my_file. , now Komodo suggests me the list of possible properties/methods.

If I have “python3” selected at top-right for “file type” :

my_file. , now Komodo suggests me nothing.

I’ve restarted Komodo with an emptied “C:\Users\patri\AppData\Local\ActiveState\KomodoIDE\11.1”, same problem.

So I think there’s really an issue with file type “python3”.

This on IDE 11.1, and same issue on another computer with IDE 10.2

@trogne, well that’s a pain. I can reproduce. Thanks for confirming with a fresh profile. You can test “safe mode” using Help > Troubleshooting > Restart in Safe-Mode instead of deleting/manually moving your profile.

  • Carey