I have been using the completion from Maya 2015 found under in PyCharm (Professional Edition) in my interpreter path with Maya 2018:
C:\Program Files\Autodesk\Maya2015\devkit\other\pymel\extras\completion\py
Everything was fine until I wanted to use Pyside and found out that I have now have to switch to Qt5 which now uses PySide2 in Maya 2018.
Hoping to switch over the autocomplete to Maya 2018 I looked devkit directory and found it is empty and everything has been moved.
C:\Program Files\Autodesk\Maya2018\devkit
I haven't found any help with fixing autocomplete for Maya 2017/2018 in PyCharm.
How do I setup Pycharm autocomplete to work with Qt5 modules?
Thanks,
Brian