Skip to content

AprilViolet/highlight-bracket-pair

Repository files navigation

highlight-bracket-pair

Build Version Downloads

Plugin Description

The plugin can color highlight the Bracket Pair in editor for IntelliJ.

New feature: can render the bracket color in gutter.

highlight-bracket-pair maybe support Languages: Java, Groovy, Kotlin, Scala, Haskell, Python, JavaScript, TypeScript, Golang, Ruby, Erlang, Rust, Html, XML, Json, CSS....Of course, the support for certain languages is not perfect.

FROM qeesung#HighlightBracketPair.Fix bugs and continue to develop new features.

If you have any questions or get more information, you can go to Github.Thanks.

Screenshots

  • Display of results

HighlightBracketPair-001

  • Render bracket in gutter.

HighlightBracketPair-002

  • Settings

HighlightBracketPair-003

HighlightBracketPair-004

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "highlight-bracket-pair" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

How to customize colors

  • Settings/Preferences > Editor > Color Scheme > HighlighterBracketPair

How to contribute

  • Clone the code.
  • Open with idea

Preconditions

  • Note that the project is built on the LTS version of the JDK11.
  • Build with gradle, the gradle version is the latest Gradle7.4.1

Plugin based on the IntelliJ Platform Plugin Template.