Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Additional typing specialization #535

Closed
MikhailArkhipov opened this issue Jan 17, 2019 · 5 comments
Closed

Additional typing specialization #535

MikhailArkhipov opened this issue Jan 17, 2019 · 5 comments
Labels

Comments

@MikhailArkhipov
Copy link

MikhailArkhipov commented Jan 17, 2019

P2 level - Callable, Generator, IO, etc.

@jakebailey
Copy link
Member

We may want to consider throwing in some of these as plain objects in the meantime, just to have them listed in the completion (#1607).

@jakebailey
Copy link
Member

FWIW the new LS we released today has full typing support: https://devblogs.microsoft.com/python/announcing-pylance-fast-feature-rich-language-support-for-python-in-visual-studio-code/

@HuskyNator
Copy link

HuskyNator commented Mar 17, 2021

This does not work for Union[List[type], type, None], it just assumes it's List[type]?

@jakebailey
Copy link
Member

This project is no longer actively maintained; consider trying Pylance, which has full typing support.

@judej
Copy link

judej commented Apr 13, 2022

Thank you for the report. This project is no longer active. If you are using the Python language server in VSCode, the language server you are using is Pylance and please the http://github.com/microsoft/pylance-release to report issues.

If you are using Visual Studio, then, please use http://github.com/microsoft/PTVS to report issues.

thank you

@judej judej closed this as completed Apr 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants