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
<
Committing a generic method with < does not autoclose. Note that committing with ( does auto close.
(
The text was updated successfully, but these errors were encountered:
This is likely due to < not being an auto-closing pair - https://github.com/microsoft/vscode/blob/main/extensions/csharp/language-configuration.json#L23
Unfortunately it isn't necessarily a straightforward fix to add this, as < is also used in other contexts by itself (less than sign).
Sorry, something went wrong.
No branches or pull requests
Committing a generic method with
<
does not autoclose. Note that committing with(
does auto close.The text was updated successfully, but these errors were encountered: