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
dotnet --info output: VS Code version: 1.8.1 C# Extension version: 1.6.1
dotnet --info
In a C# class that hides the base class method using new keyword:
private new void foo1() //Correct highlight { } new void foo2() //Function name not highlighted { }
The text was updated successfully, but these errors were encountered:
Thanks for taking the time to file this issue!
Sorry, something went wrong.
This should look better in the next release:
Add regression test for dotnet#1084
b09b97e
813b83e
No branches or pull requests
Environment data
dotnet --info
output:VS Code version: 1.8.1
C# Extension version: 1.6.1
Steps to reproduce
In a C# class that hides the base class method using new keyword:
The text was updated successfully, but these errors were encountered: