Intellisense for NX Open Python

Forums: 

Has anyone gotten Intellisense to work for NX Open Python?

I added %UGII_BASE_DIR%\NXBIN\Python to PYTHONPATH, and now I have very limited suggestions in VS Code. These auto complete suggestions aren't very useful, as they only work for imports and Intellisense only seems to understand the name of the .pyd files in the NXBIN\Python folder, not their content.

----------------------------------------

To be more concrete:

If I type "import NXO", it gives me these suggestions such as these: NXOpen, NXOpen_Features.

If I type "NXOpen.", it doesn't give me any suggestions.

------

NXOpen_Features is the name of a .pyd file, but the thing that I wish for it to suggest is NXOpen.Features.

May be this what you are looking for-

https://community.sw.siemens.com/s/feed/0D54O00007oICmdSAG