-
Notifications
You must be signed in to change notification settings - Fork 676
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
C# constructors - argument hints not displaying #36
Comments
This is probably a bug in https://github.com/OmniSharp/omnisharp-roslyn. Will take a look over there. |
Any news on this? |
Is there any news on this? Its been several months now, and this issue is causing much confusion among developers using vscode for C# development. It would be good to get some feedback on the progress of this bug. Many thanks |
Any news on this? |
1 similar comment
Any news on this? |
This will be fixed in the 1.6 release of the C# extension. Thanks @filipw! |
great 👍 cc @sinclairzx81 |
This is awesome news. Great work @filipw, champion!! 👍 :) |
Merge omnisharp-vscode/feature/lsp-engine into feature/lsp_tools_host
From @sinclairzx81 on February 15, 2016 12:47
Hi there,
I have noticed that code hints for C# class constructors are not displaying correctly. The issue seems specific to constructors only.
It seems that vscode is pulling from generated XML metadata for the class if its available. In all other cases, it displays no argument information at all.
Many Thanks
Copied from original issue: microsoft/vscode#3024
The text was updated successfully, but these errors were encountered: