Skip to content
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

Anyone know why the description of completion item in c# didn't show full Signature ? #2276

Closed
BleyChen opened this issue Jan 26, 2016 · 1 comment
Assignees

Comments

@BleyChen
Copy link

As we know ,when we type "." after a class of c# in visual studio, it will trigger completion item ui pop up, and the method description in each of completion item will contains full signature as following:
22

but when type c# as the scenario in the up in vscode , the description don't have full signature,

11

(note :Typescript in vscode can also has full signature as following:)
44

Anyone can tell me how to get the full Signature of c# method in completionitem ?

@aeschli aeschli assigned aeschli and jrieken and unassigned aeschli Jan 26, 2016
@jrieken jrieken added the c# label Jan 26, 2016
@jrieken
Copy link
Member

jrieken commented Jan 26, 2016

This issue was moved to dotnet/vscode-csharp#16

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants