Rainbow brackets in intellij-rust?

intellij-rust makes programming in Rust a delight and I absolutely love it :heart:

However with the amount of brackets, parenthesis, braces, and angled brackets I sometimes wish it had a rainbow brackets mode where each level of nesting has a slightly different hue.

Is there a way to achieve that?


Unrelated: I love the new type hints. Excellent work.

2 Likes

There's https://github.com/zjhmale/intellij-rainbow although I have not tried this plugin myself.

I personally use extend selection and braces navigation a lot to figure out where I am :slight_smile:

2 Likes