izhangzhihao/intellij-rainbow-brackets

🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio/Fleet

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 41 minutes ago
Type:Plugin / ExtensionCategory(s):Editors & IDEsDeveloper Tools
Added to GitGenius on September 14th, 2026
Created on October 4th, 2017
Open Issues & Pull Requests: 4 (+0)
GitHub issues: Enabled
Number of forks: 226
Total Stargazers: 4,664 (+0)
Total Subscribers: 43 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.7 hours
Mean response time: 10.9 days
90th percentile: 3.0 days
Tracked items: 126

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 618 days
Stale 30+ days: 4
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • In the next release (47)
  • bug? (43)
  • feature request (34)
  • IDE issue (20)
  • language specific (19)
  • rainbow variables / semantic highlighting (18)
  • Remote Development (15)
  • question (12)

Most active issues this week

Detailed Description

Rainbow Brackets for IntelliJ is a plugin for IntelliJ-based IDEs that colorizes matching brackets and parentheses in source code.

The plugin addresses the difficulty of tracking nested brackets and parentheses in complex code by assigning different colors to each nesting level. Matching pairs receive the same color, making it visually obvious which opening and closing brackets correspond to each other. This approach works across multiple programming languages supported by IntelliJ-based editors.

The tool suits developers working in IntelliJ IDEA, Android Studio, HUAWEI DevEco Studio, or Fleet who spend significant time reading and editing code with deep nesting. It is particularly valuable in languages like Clojure, Scala, and Java where nested structures are common. The plugin integrates directly into the IDE's syntax highlighting system, requiring no external configuration to function.

Development activity shows consistent maintenance across the supported platforms. The project maintains separate plugin versions for IntelliJ-based IDEs and for Fleet, indicating active effort to keep pace with the Jetbrains ecosystem. The codebase is written in Kotlin, aligning with modern Jetbrains tooling practices.