Skip to content

j-d-ha/brackets

Repository files navigation

brackets

Build Version Downloads

About The Project

brackets is a JetBrains plugin to provide matching bracket pair colorization in your code, just like VSCode does. The plugin supports three levels of colorization with default values set to match VSCode.

brackets supports the following languages:

  • C#
  • F#

Note: As of now, I don't plan on adding support for any other languages.

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for

  • "brackets" > Install

  • Using JetBrains Marketplace:

    Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.

    You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

  • Manually:

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

Usage

This plugin will work right out of the box with no configuration required. If you would like to change the colors of the bracket pairs, you can do so in the plugin settings under found under Settings/Preferences > Editor > Color Scheme > Brackets.

Disclaimer

This plugin is developed primarily for my own personal use and I make no promise to support it in the future, add additional features, fix bugs, etc. With that being said, if you do discover a bug, please create an issue. Also, if you would like to contribute to the project, you can do so by opening a pull request on GitHub.

Acknowledgements

This project is based on the lite and open-source version of the intellij-rainbow-brackets JetBrains plugin, originally authored by Zhihao Zhang and licensed under the GPL-3.0.

This plugin is also inspired by the VSCode plugin Bracket-Pair-Colorizer-2 by CoenraadS, which originally provided similar functionality to VSCode.

Finally, this plugin is also based on the IntelliJ Platform Plugin Template.