Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>NesticaNew to Visual Studio Code? Get it now.
Nestica

Nestica

Serhii Pimenov

|
1 install
| (0) | Free
Color nested (), {}, and [] in different colors for better readability and block indentation.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Nestica

Nestica is a Visual Studio Code extension that colors nested bracket pairs for better readability.

  • Supported bracket types: (), {}, [], <>
  • Supported file types: Any files with these brackets (e.g. JavaScript, Python, C++, etc.)
  • Customizable colors and guide lines

Features

  • Colors both opening and closing brackets by nesting depth
  • Works in any language where these bracket characters are present
  • Live updates while typing

Development Setup

  1. Install:

     git clone https://github.com/olton/nestica.git
     cd nestica
    
  2. Build extension sources:

     npm run build
    
  3. Open this project in VS Code and press F5 to start the Extension Development Host.

Installation

You can install Nestica from the Visual Studio Code Marketplace: Nestica

or

Open the Extensions view in VS Code, search for "Nestica", and click "Install".

Usage

Nestica runs automatically after activation. You can also manually refresh bracket decorations with:

  • Nestica: Refresh command from the Command Palette.

You can customize colors in your VS Code settings:

{
	"nestica.brackets.enabled": true,
	"nestica.colors": [
		"#FF6B6B",
		"#FFD166",
		"#06D6A0",
		"#4CC9F0",
		"#4895EF",
		"#B5179E"
	],
	"nestica.guides.enabled": true,
	"nestica.guides.thickness": 1,
	"nestica.guides.opacity": 1
}

Screenshots

Nestica bracket highlighting Nestica settings

Contributing

Contributions are welcome. Feel free to submit a pull request or open an issue.

Support

If you like this project, please consider supporting it by:

  • Star this repository on GitHub
  • Sponsor this project on GitHub Sponsors
  • PayPal to serhii@pimenov.com.ua.
  • Patreon
  • Buy me a coffee

Copyright (c) 2026 by Serhii Pimenov. All Rights Reserved.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft