You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Curley braces working well but the colours also apply to items in C# such as casts and method calls. Maybe by design but my preference would be to exclude (perhaps Enhancement rather than Bug).
To Reproduce
The following statements show orange for the method calls and red for the int cast: var item = await GetSingleAsync((int)id, cancellationToken).ConfigureAwait(false);
Other examples include class and method attributes including their parameters, and interpolated strings:
Describe the bug
Curley braces working well but the colours also apply to items in C# such as casts and method calls. Maybe by design but my preference would be to exclude (perhaps Enhancement rather than Bug).
To Reproduce
The following statements show orange for the method calls and red for the int cast:
var item = await GetSingleAsync((int)id, cancellationToken).ConfigureAwait(false);
Other examples include class and method attributes including their parameters, and interpolated strings:
Expected behavior
Use the default colour for curly braces and related brackets if not used for code blocks.
PS: Loving this extension and working well with Dark+ theme.
The text was updated successfully, but these errors were encountered: