On old threads, I read that there were problems with code completion and calltips in older versions.
In 9.1, is it supposed to work for Python3?
When I type print( no suggestion is shown.
Are there specific Prefs to set up?
At the moment:
The type of the file being tested is set to Python 3
Prefs / Code Intelligence / Enable boxes: all checked
Prefs / Code Intelligence / Include all… checked
Prefs / Code Intelligence / API Catalogs / PyWin32 checked
Prefs / Code Intelligence / API Catalogs / PyWin32 (Python 3) checked
Also, under Prefs/Languages/Python3, I have added some Import directories just in case that’s related:
(path)\Python34
(path)\Python34\Lib
(path)\Python34\libs
(path)\Python34\DLLs
(path)\Python34\Lib\site-packages
What might I be missing?