Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Highlight Groups DuplicatesNew to Visual Studio Code? Get it now.
Highlight Groups Duplicates

Highlight Groups Duplicates

SR_team

|
2 installs
| (0) | Free
Highlight files duplications in editor groups
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Highlight Groups Duplicates VSCode Extension

Highlights files open in multiple editor groups by decorating their tabs with a badge and custom color.

Marketplace Version License

Features

  • Automatically highlights duplicate file tabs across groups (excluding the active group).
  • 🛠️ Uses VSCode's FileDecorationProvider API.

Usage

  1. Install dependencies:

    npm install
    
  2. Compile the extension:

    npm run compile
    
  3. Launch in VSCode Extension Development Host:

    code --extensionDevelopmentPath=.
    
  4. Open multiple editor groups and focus a file to see duplicates highlighted.

License

MIT © SR_team

Changelog

See CHANGELOG.md.

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