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
Since nested statements are usually indented, colorizing block statement brackets does not add much of a value while being distracting. Indentation is also done automatically and very well by Visual Studio.
However, Visual Studio does not indent, or line up object and collection initializers wrapped over several code lines. So, it can be difficult to fix unmatched brackets and bracket colorization would be helpful here. It would also help when the arguments are lined up.
Therefore, I would like to colorize object and collection initializer brackets only. This would be possible if we had two separate options
Since nested statements are usually indented, colorizing block statement brackets does not add much of a value while being distracting. Indentation is also done automatically and very well by Visual Studio.
However, Visual Studio does not indent, or line up object and collection initializers wrapped over several code lines. So, it can be difficult to fix unmatched brackets and bracket colorization would be helpful here. It would also help when the arguments are lined up.
Therefore, I would like to colorize object and collection initializer brackets only. This would be possible if we had two separate options
The text was updated successfully, but these errors were encountered: