We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
filipw
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: