You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
but when type c# as the scenario in the up in vscode , the description don't have full signature,
(note :Typescript in vscode can also has full signature as following:)
Anyone can tell me how to get the full Signature of c# method in completionitem ?
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:
but when type c# as the scenario in the up in vscode , the description don't have full signature,
(note :Typescript in vscode can also has full signature as following:)
Anyone can tell me how to get the full Signature of c# method in completionitem ?
Copied from original issue: microsoft/vscode#2276
The text was updated successfully, but these errors were encountered: