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.
- Display of results
- Render bracket in gutter.
- Settings
-
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...
- Settings/Preferences > Editor > Color Scheme > HighlighterBracketPair
- 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.