Huelse / SEAL-Python

Microsoft SEAL 4.X For Python
MIT License
319 stars 66 forks source link

Intellisense Problem #71

Closed Arman001 closed 2 years ago

Arman001 commented 2 years ago

Type Auto code completion is not working in any IDE.

Describe Is it problem with me or there isn't anything like it at all? Kindly clarify me about this. Thank you.

Huelse commented 2 years ago

Move your *.pyd/*.so lib file to DLLs or site-packages which python you are using, it's working fine in pycharm

Arman001 commented 2 years ago

Oh thank you very much this didn't come to my mind and it is working pretty fine now.