Color highlight the Bracket Pair in editor. Inspired by Sublime BracketHighlighter Plugin .
Compatible with: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio
Supported Languages: Java, Groovy, Kotlin, Scala, Haskell, Python, JavaScript, TypeScript, Golang, Ruby, Erlang, Rust, Html, Xml, Json, Css...
Download the plugin from intellij plugin repository, and install the plugin from the disk. Access intellij document for more information.
goto
Settings > Plugins > Browse Repositories
then search "HighlightBracketPair" plugin.
goto
Settings > Editor > Color Scheme > HighlightBracketPair
Clone the code.
git clone https://github.com/qeesung/HighlightBracketPair.git
Test the plugin
gradle runIde
Build the plugin
gradle buildPlugin