Skip to content
New issue

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

Differentiate between statement block brackets and object/collection initializer brackets #38

Open
OJacot-Descombes opened this issue Nov 3, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@OJacot-Descombes
Copy link

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

  • Colorize statement block curly brackets { } True/False
  • Colorize object/collection initializer curly brackets { } True/False
@OJacot-Descombes OJacot-Descombes added the enhancement New feature or request label Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant