-
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
Return type not showing on Intellisense #185
Comments
Is this basically waiting on davidhalter/jedi#780 now? |
@austinbutler not sure. I was suggest you give the language server a try by setting |
@brettcannon the prompt to switch from Jedi to the MS Python server showed up for me a day or two ago and since then it does appear. Thanks! |
Closing as this is an upstream issue which we don't have direct control or influence over. |
This properly fixes microsoft#185 since it now shows the return type as expected.
From @alchermd on September 23, 2017 13:38
Environment data
VS Code version: 1.16.1
Python Extension version: 0.7.0
Python Version: 3.5
OS and version: Linux Mint 18.2
Actual behavior
The
-> str
part is not shown as defined in the function prototypebaz
at modulebar
.Expected behavior
Shouldn't it work the same way as above? Or I'm missing something obvious about type hinting? 😄
Copied from original issue: DonJayamanne/pythonVSCode#1234
The text was updated successfully, but these errors were encountered: