-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Meta for tracking Language Server issues #1006
Comments
Why don't you want to track this in the project? |
I need a single place to find all related PTVS links |
FYI, I renamed "Support PEP style type hints" to "Support comment type hints". We already support PEP 484 style hints, but only in annotations. |
Hi guys I was wondering if you could explain a bit why you are pushing forward to use PTVS instead of Jedi (correct me if I'm wrong). IMO Jedi is still the better solution for a couple of reasons:
So what I'm asking is, is there a way we could make Jedi better so you would reconsider? Or is this decision driven by the idea that you only have one stack and only C# dependencies? There are many features that have not been implemented in Jedi, but would easily be possible given time or appropriate resources: Refactoring, Projects, Better Usages, Better Django support... BTW: There are a lot of features on Jedi's roadmap this year anyway (among them typeshed). ~ Dave |
There are basically two reasons we are working on bringing the analysis engine from the Python workload in Visual Studio over to VS Code:
IOW this has nothing to do with the job you have done with Jedi or its feature set -- now or in the future -- and everything to do with us and our specific needs. |
Thanks for your answer. This is of course an understandable decision - even if it is a bit disappointing for me :)
If you're looking for a bigger feature set within Jedi, please also let me know. I can obviously not help you with your first point, but there are quite a few features planned that are not just |
Does the PTVS work on Mac and Linux without having to install Mono? If not, it would be nice if the jedi provider was still maintained. |
@sbstp we assume the user has no .NET runtime installed (even on Windows). |
@davidhalter I emailed you privately about that (and I'm always happy to share what feedback we're getting to help you prioritize your work). |
Closing this one as we are tracking issues directly |
List of issues we need to resolve in PTVS GitHub
range
PTVS#3869import *
can't PTVS complete function names imported by from import *? PTVS#3967The text was updated successfully, but these errors were encountered: