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 ? #16

Closed
jrieken opened this issue Jan 26, 2016 · 1 comment
Labels

Comments

@jrieken
Copy link
Contributor

jrieken commented Jan 26, 2016

From @BleyChen on January 26, 2016 10:0

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 ?

Copied from original issue: microsoft/vscode#2276

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

No branches or pull requests

2 participants