Closed fatjoem closed 3 years ago
Hey @fatjoem :wave:,
Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our https://opencollective.com/intellij-rainbow-brackets and consider backing us - every little helps!
PS.: We offer priority
support for all backers. Don't forget to
add priority
label when you start backing us :smile:
Similar to always colorize multi-line brackets
request in #10
And that is easy as well, sample code to get line number(in DefaultRainbowVisitor we will visit all elements)
document.lineNumber(element.startOffset)
After we know startElement
& endElement
, we could check the line number and decide whether rainbowify theme or not.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
This is a request for a new feature.
A new option "Do not colorize multi-line brackets". When checked, only those brackets will be colorized that have a matching bracket on the same line.
Rationale: I can visually identify multi-line brackets by the indentation level already, therefore I don't need them colorized.