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

CSX - Intellisense not showing constructor parameters #697

Closed
ZurielCorrea opened this issue Dec 6, 2016 · 1 comment
Closed

CSX - Intellisense not showing constructor parameters #697

ZurielCorrea opened this issue Dec 6, 2016 · 1 comment
Assignees
Labels

Comments

@ZurielCorrea
Copy link

ZurielCorrea commented Dec 6, 2016

VSCode - In a CSX script enter the following:
new System.IO.MemoryStream(

Expected results:
Intellisense displays the list of parameters of the constructor for any of the overloads

Actual results:
Intellisense does not display the list of parameters of the constructor for any of the overloads.

Note that intellisense shows the correct information when hovering over the constructor.

version: omnisharp-roslyn-dev from Dec 5 US EST

@DustinCampbell
Copy link
Contributor

This is a known issue and is the same for other C# files. We're tracking it with the C# extension for VS Code here: dotnet/vscode-csharp#36.

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

3 participants