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
It is neat in the TypeScript completion that you can see the member declaration inlined.
For this, btw, we'll need new Roslyn APIs. Currently, that's a section in the documentation that's retrieved by the resolve step, and I don't want to try and resolve all documentation for every completion item on completion list pop.
https://code.visualstudio.com/updates/v1_58#_detailed-completion-item-labels
Should let us display more info for types of things and the namespace import completions will bring in. Related to microsoft/vscode#39441.
The text was updated successfully, but these errors were encountered: