A Visual Studio Extension for SQL Server Management Studio (SSMS) that automatically names query tabs and leverages SSMS's native regex feature to color them based on server and database connections. Keep your production, QA, and development environments visually distinct and easily identifiable.
Note: This image shows tabs grouped by server and database. If you prefer grouping by server only, see
autoConfigurein Config Guide
- Color-Coded Tabs - 16 distinct colors to visually separate different environments
- Tab Renaming - Automatically name query tabs with environment names (e.g., "1. Prod", "1. QA")
- Auto-Configuration - Automatically create rules for new connections (retained between sessions)
- Manual-Regex - Add your own regex that you want applied to the ColorByRegexConfig.txt file (retained between sessions)
Download the latest .vsix from GitHub Releases and run the installer.
Follow the set up guide from the Wiki.
When you connect to a server or database that doesn't have a matching rule, EnvTabs will prompt you to configure it. This ensures you only create rules for the connections you actually use!
Full documentation is available in the Wiki.
- Installation: Install and setup.
- Configuration: Global settings and prompts.
- Tab Appearance: In depth tab appearance guide.
- Color Reference: List of available colors (0-15).
- How it Works: Technical details.
Blake Becker
If you find this extension helpful, please consider giving it a star!

