Skip to content

Blake-goofy/SSMS-EnvTabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSMS EnvTabs

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.

SSMS EnvTabs Demo

Note: This image shows tabs grouped by server and database. If you prefer grouping by server only, see autoConfigure in Config Guide

SSMS Version .NET Framework License

Key Features

  • 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)

Install

Download the latest .vsix from GitHub Releases and run the installer. Follow the set up guide from the Wiki.

On-Demand Configuration

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!

Configuration Prompt

Documentation

Full documentation is available in the Wiki.

Author

Blake Becker


If you find this extension helpful, please consider giving it a star!