-
Notifications
You must be signed in to change notification settings - Fork 886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adaptation code structure to Pylince static analyze #3653
Comments
Is this issue already addressed in #2638? |
Both issue have same propose — type hinting. But this one do not require to drop Python 2 because Pylance can detect type as by annotation as by returned value using static analyze value of. |
+10 for this. |
Hey I'm all for adding type hints but need someone with more experience there to support it than me! We have #2638 and don't support python 2 anymore so I'm closing this issue in favor of that one. |
I think static analyze is very important for development. I will be happy if Pylance can detecting at least main properties of framework.
https://devblogs.microsoft.com/python/announcing-pylance-fast-feature-rich-language-support-for-python-in-visual-studio-code/
The text was updated successfully, but these errors were encountered: