Highlight Bracket Pair Plugin for Intellij
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...
How to install the plugin
Install manually
Download the plugin from intellij plugin repository, and install the plugin from the disk. Access intellij document for more information.
install online
goto
Settings > Plugins > Browse Repositories
then search "HighlightBracketPair" plugin.
How to config the color and effect
goto
Settings > Editor > Color Scheme > HighlightBracketPair
How to contribute
Clone the code.
git clone https://github.com/qeesung/HighlightBracketPair.git
Test the plugin
gradle runIde
Build the plugin
gradle buildPlugin