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: .NET Command Line Tools (1.0.0-preview2-003133)
dotnet --info
Product Information: Version: 1.0.0-preview2-003133 Commit SHA-1 hash: 74df06500c
Runtime Environment: OS Name: Windows OS Version: 10.0.10586 OS Platform: Windows RID: win10-x64
VS Code version: 1.6.0 C# Extension version: 1.4.1
Write a foreach loop anywhere, e.g. foreach (var s in myList) { ... }
foreach (var s in myList) { ... }
'var' should be colored, like it is when you write something like foreach (string s in myList) { ... }
foreach (string s in myList) { ... }
It isn't, and appears as white.
The text was updated successfully, but these errors were encountered:
Add regression tests for issue dotnet#816
7be2f67
This should look much better in the next release:
Sorry, something went wrong.
DustinCampbell
No branches or pull requests
Environment data
dotnet --info
output:.NET Command Line Tools (1.0.0-preview2-003133)
Product Information:
Version: 1.0.0-preview2-003133
Commit SHA-1 hash: 74df06500c
Runtime Environment:
OS Name: Windows
OS Version: 10.0.10586
OS Platform: Windows
RID: win10-x64
VS Code version: 1.6.0
C# Extension version: 1.4.1
Steps to reproduce
Write a foreach loop anywhere, e.g.
foreach (var s in myList) { ... }
Expected behavior
'var' should be colored, like it is when you write something like
foreach (string s in myList) { ... }
Actual behavior
It isn't, and appears as white.
The text was updated successfully, but these errors were encountered: