You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
After installing cucim, unfortunately I cannot get IntelliSense features like auto-complete in Visual Studio Code. According to microsoft/pylance-release#242 this is due to the fact that the Pylance extension does not support IntelliSense for compiled libraries.
Describe the solution you'd like
As described in microsoft/pylance-release#242 it would be necessary to provide a type stub ("pyi") file for the library interface.
I would very much appreciate if such a type stub file could be provided.
Describe alternatives you've considered
Interestingly, IntelliSense features are working for me in PyCharm. Haven't figured out the reason why PyCharm can auto-generate the type stubs and VSCode can't..
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
After installing cucim, unfortunately I cannot get IntelliSense features like auto-complete in Visual Studio Code. According to microsoft/pylance-release#242 this is due to the fact that the Pylance extension does not support IntelliSense for compiled libraries.
Describe the solution you'd like
As described in microsoft/pylance-release#242 it would be necessary to provide a type stub ("pyi") file for the library interface.
I would very much appreciate if such a type stub file could be provided.
Describe alternatives you've considered
Interestingly, IntelliSense features are working for me in PyCharm. Haven't figured out the reason why PyCharm can auto-generate the type stubs and VSCode can't..
The text was updated successfully, but these errors were encountered: