Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T03:45:47.000Z (over 4 years ago)
- Last Synced: 2024-09-26T05:22:11.205Z (about 2 months 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: 484
- Watchers: 5
- Forks: 24
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Highlight Bracket Pair Plugin for Intellij
[![Build Status](https://travis-ci.org/qeesung/HighlightBracketPair.svg?branch=master)](https://travis-ci.org/qeesung/HighlightBracketPair)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3870ae5d592a421bb66a48fe082139fa)](https://www.codacy.com/app/qeesung/HighlightBracketPair?utm_source=github.com&utm_medium=referral&utm_content=qeesung/HighlightBracketPair&utm_campaign=Badge_Grade)
[![JetBrains plugins](https://img.shields.io/jetbrains/plugin/d/10465-highlightbracketpair.svg)](http://plugins.jetbrains.com/plugin/10465-highlightbracketpair)
[![JetBrains Plugins](https://img.shields.io/jetbrains/plugin/v/10465-highlightbracketpair.svg)](http://plugins.jetbrains.com/plugin/10465-highlightbracketpair)
![license](https://img.shields.io/github/license/qeesung/HighlightBracketPair.svg)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...
![highlight](https://github.com/qeesung/HighlightBracketPair/blob/master/images/highlight-java.gif)
![highlight](https://github.com/qeesung/HighlightBracketPair/blob/master/images/highlight-go.gif)
## 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
```![settings](https://github.com/qeesung/HighlightBracketPair/blob/master/images/settings.jpeg)
## 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
```