https://github.com/qeesung/highlightbracketpair
:high_brightness: Highlight bracket pair plugin for intellij
https://github.com/qeesung/highlightbracketpair
brace bracket-pair brackets highlight intellij intellij-plugin java plugin
Last synced: 16 days ago
JSON representation
:high_brightness: Highlight bracket pair plugin for intellij
- Host: GitHub
- URL: https://github.com/qeesung/highlightbracketpair
- Owner: qeesung
- License: apache-2.0
- Created: 2018-02-18T11:29:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T03:45:47.000Z (about 5 years ago)
- Last Synced: 2025-04-06T18:16:54.637Z (16 days ago)
- Topics: brace, bracket-pair, brackets, highlight, intellij, intellij-plugin, java, plugin
- Language: Java
- Homepage: http://plugins.jetbrains.com/plugin/10465-highlightbracketpair
- Size: 1.57 MB
- Stars: 485
- Watchers: 4
- Forks: 23
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Highlight Bracket Pair Plugin for Intellij
[](https://travis-ci.org/qeesung/HighlightBracketPair)
[](https://www.codacy.com/app/qeesung/HighlightBracketPair?utm_source=github.com&utm_medium=referral&utm_content=qeesung/HighlightBracketPair&utm_campaign=Badge_Grade)
[](http://plugins.jetbrains.com/plugin/10465-highlightbracketpair)
[](http://plugins.jetbrains.com/plugin/10465-highlightbracketpair)
Color highlight the Bracket Pair in editor. Inspired by [Sublime BracketHighlighter Plugin](https://facelessuser.github.io/BracketHighlighter/) .
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](http://plugins.jetbrains.com/plugin/10465-highlightbracketpair), and install the plugin from the disk. Access [intellij document](https://www.jetbrains.com/help/idea/installing-updating-and-uninstalling-repository-plugins.html) 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.
```bash
git clone https://github.com/qeesung/HighlightBracketPair.git
```Test the plugin
```bash
gradle runIde
```Build the plugin
```bash
gradle buildPlugin
```