🧩 Bracket Pair Colorisation Blinker

A VS Code extension that colorizes bracket pairs with unique colors and blinks matching brackets when you place the cursor on one.
✨ Features
- 🎨 Color-Coded Brackets — Supports
() , {} , [] with unique colors
- ⚡ Blinking Highlight — Click near a bracket to see both sides blink briefly
- 🧠 Supports all file types — Automatically activates for JavaScript, TypeScript, etc.
- 🚀 Zero config required
📷 Demo
📌 Add a short screen recording or screenshot here!
🛠️ How It Works
- When you open a file, the extension scans and colorizes bracket pairs.
- On cursor movement or text selection, the corresponding open/close bracket blinks with a highlight for a brief duration.
🚀 Getting Started
Install from Marketplace
Bracket Pair Colorisation Blinker — Visual Studio Marketplace
Or install via VS Code:
ext install yourpublisher.bracket-pair-colorisation-blinker
| |