Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayerwin/vs-customize-window-title
Customize Visual Studio Window Title - Visual Studio Extension
https://github.com/mayerwin/vs-customize-window-title
Last synced: 4 days ago
JSON representation
Customize Visual Studio Window Title - Visual Studio Extension
- Host: GitHub
- URL: https://github.com/mayerwin/vs-customize-window-title
- Owner: mayerwin
- License: mit
- Created: 2016-03-07T10:06:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T18:13:21.000Z (over 1 year ago)
- Last Synced: 2024-08-02T14:08:12.579Z (3 months ago)
- Language: C#
- Homepage: https://marketplace.visualstudio.com/items?itemName=mayerwin.RenameVisualStudioWindowTitle
- Size: 2.79 MB
- Stars: 107
- Watchers: 10
- Forks: 29
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred-test - mayerwin/vs-customize-window-title - Customize Visual Studio Window Title - Visual Studio Extension (C# #)
README
# Customize Visual Studio Window Title - Visual Studio Extension
![Screenshot](/CustomizeVSWindowTitleSharedFolder/Screenshot.png?raw=true "Screenshot")This is the official repository for:
https://marketplace.visualstudio.com/items?itemName=mayerwin.RenameVisualStudioWindowTitleInitial release page here:
http://erwinmayer.com/labs/visual-studio-2010-extension-rename-visual-studio-window-title**Description**
This lightweight extension allows changing the window title of Visual Studio to include a folder tree with a configurable min depth and max depth distance from the solution/project file, and the use of special tags to help with many other possible scenarios (Git, Mercurial, SVN, TFS...).
Solution-specific overriding rules are available as well to cover virtually any possible renaming needs.
It can also be configured so that the rules apply only when at least two instances of Visual Studio are running with the same window title.
**Documentation**
Full documentation is available on the [Visual Studio Marketplace page](https://marketplace.visualstudio.com/items?itemName=mayerwin.RenameVisualStudioWindowTitle).
**Supported editions**
Visual Studio 2015, 2017, 2019, 2022+.
Visual Studio 2017 and 2019 support has been temporarily dropped due to limitations imposed by Microsoft's Visual Studio Marketplace. The last stable release (5.1.0) supporting Visual Studio 2019 can however be downloaded [here](https://github.com/mayerwin/vs-customize-window-title/releases/tag/5.1.0).
Visual Studio 2012 and 2013 support has been dropped due to new requirements imposed by Microsoft to speed up loading time with AsyncPackage. The last stable release supporting Visual Studio 2012 and 2013 can however be downloaded [here](https://github.com/mayerwin/vs-customize-window-title/releases/tag/3.8.1).
Visual Studio 2010 support has been dropped due to limitations imposed by Microsoft's VSIX format to support Visual Studio 2017. The last stable release supporting Visual Studio 2010 can however be downloaded [here](https://github.com/mayerwin/vs-customize-window-title/releases/tag/3.3.6).
You are welcome to contribute to this project!