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
What editor are you seeing the problem in? Visual Studio Code
What version of the editor are you using? 1.85.0
What color theme are you using? Dark+ AposTheme
private void Hello1(int num) { Console.WriteLine($"Hello World!"); } private void SuperLoop() { int i = 0; for (; i < 10; i++) { // Some code } } private void Hello2(int num) { Console.WriteLine($"Hello World!"); }
Dark+:
AposTheme:
With the initializer section:
The text was updated successfully, but these errors were encountered:
Support for statements without initializer section
553a964
Fixes #299
fada6e2
Successfully merging a pull request may close this issue.
Details
What editor are you seeing the problem in?
Visual Studio Code
What version of the editor are you using?
1.85.0
What color theme are you using?
Dark+
AposTheme
Repro
Dark+:
AposTheme:
With the initializer section:
The text was updated successfully, but these errors were encountered: