-
Notifications
You must be signed in to change notification settings - Fork 682
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
Parameter documentation (info) not showing #1739
Comments
Hi! Just to clarify what you are reporting, are you unable to get the signature help popup to display (with the possible signature overloads). Or, is the signature help popup displaying, but without any documentation text? |
Hi Dustin,
Its the latter.
Kind Regards,
Pieter
…________________________________
Van: Dustin Campbell <notifications@github.com>
Verzonden: maandag 28 augustus 2017 15:29
Aan: OmniSharp/omnisharp-vscode
CC: pjdv2; Author
Onderwerp: Re: [OmniSharp/omnisharp-vscode] Parameter documentation (info) not showing (#1739)
Hi! Just to clarify what you are reporting, are you unable to get the signature help popup to display (with the possible signature overloads). Or, is the signature help popup displaying, but without any documentation text?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#1739 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AaL54fhku3rzbHx-2mojg_yJSOxyF2Cvks5scsC5gaJpZM4PDy6w>.
|
Thanks for clarifying. I can definitely repro that. FWIW, I see documentation text a bit inconsistently. For example, I don't see it on |
It seems related. The comment:
Seems to apply, but I have no knowledge of the current state of the application to see what has changed in the mean time. |
I'd like to look at this separately. It seems like it might be the same, but I'd rather keep this around. |
Again, I'd really like to keep this issue open so we can track it separately. Thanks! |
@csanthoshi This is the C# extension repo, so your problem is not related to this issue. You want to ask on the GitHub for the Ruby VS Code extension. I would also generally suggest against commenting on closed issues unless you are pretty sure the issues are related. |
not able to reproduce this issue with the current release. |
Environment data
dotnet --info
output:VS Code version: 1.15.1
C# Extension version: 1.12.1
Steps to reproduce
String.Format(
throw new Exception(
There's no parameter documentation (info) showing when calling this method (ór pressing Ctrl+Shift+Space) (1). The same happens when throwing a new Exception (2).
Expected behavior
Show parameter documentation.
Actual behavior
Not showing parameter documentation.
The text was updated successfully, but these errors were encountered: