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
As it is now, all the opening/closing level share one list of colours, that is {([ will use three different colours. Thats a little bit annoying when writing C++ or similar code, where everything is at least in one level of brackets. Making the first level white is a bit less annoying, but then already { foo(); } such () will have a different colour.
For me this does not increase readability, as I would like colours to be an indication of "too deeply nested" (thus my colours get more and more saturated with each level).
Therefore I would ask if its possible to make the lists of brackets have independent colours, so that each opening { or ( or [ or similar starts with the first and then only its own kinds gets the next and so on. This should be an option of course for people to select their favorite behaviour.
The text was updated successfully, but these errors were encountered:
As it is now, all the opening/closing level share one list of colours, that is {([ will use three different colours. Thats a little bit annoying when writing C++ or similar code, where everything is at least in one level of brackets. Making the first level white is a bit less annoying, but then already { foo(); } such () will have a different colour.
For me this does not increase readability, as I would like colours to be an indication of "too deeply nested" (thus my colours get more and more saturated with each level).
Therefore I would ask if its possible to make the lists of brackets have independent colours, so that each opening { or ( or [ or similar starts with the first and then only its own kinds gets the next and so on. This should be an option of course for people to select their favorite behaviour.
The text was updated successfully, but these errors were encountered: