File Structure (NEW in 3.7.0.0)
Supported file types:
web.config app.config – User Settings WCF Configuration in .ClientConfig XAML – Resource Dictionary XAML – Control Template XAML – User Control C++ C# XML
Find Results Window
This feature can be customized from Tools | Options | Environment | Fonts and Colors | VSCommands.FindResults.* Build Output Window
This feature can be customized from Tools | Options | Environment | Fonts and Colors | VSCommands.BuildOutput.* Debug Output Window
This feature can be customized from Tools | Options | Environment | Fonts and Colors | VSCommands.DebugOutput.*
Friendly Solution Name
This feature will be useful for developers who often work on different branches of the same project at the same time. This can quickly become frustrating because there is no quick way of finding which branch is open in which instance of Visual Studio. Friendly Solution Name feature allows you to specify a friendlier name for your solution which can be based on folder structure. All you have have to do is to specify a friendly name pattern and regex to extract branch name from solution path (new properties available on Solution node in Solution Explorer). Regex can contain any number of named groups which can be later referenced back in Friendly Name by using {groupName} placeholder: VSCommands will then display this friendly name in the title of Visual Studio main window making it easy to see when you alt-tab between windows or when you use peek feature of Windows 7 It will also add Friendly Name to Solution Explorer title bar Solution Explorer Enhancements
New Preview property in Properties window allows you to quickly see images selected in Solution Explorer without opening each of them separately Supported Formats:
Prevent accidental Drag & Drop in Solution Explorer
This feature is available in VSCommands Pro. Prevent accidental linked item delete in Solution Explorer
This feature is available in VSCommands Pro. Reload all modified projects
If you work with large solutions and are tired of seeing Project File Modified Dialog flooding you screen then you will love this new feature. Instead of having one instance of old dialog opened for every modified project: You will now be presented with only one message This works great with Reload All Projects command available from Solution context menu in Solution Explorer. This feature is available in VSCommands Lite.
This feature is available in VSCommands Lite (readonly mode).
This feature is available in VSCommands Lite. This feature is available in VSCommands Lite. This feature is available in VSCommands Lite.
This feature allows you to interact with files not supported natively by Visual Studio directly from Solution Explorer by exposing default shell open action for these files (such as Merge on .reg or execute on .bat files) This feature is available in VSCommands Pro.
This feature is available in VSCommands Lite.
This feature is available in VSCommands Lite.
This feature is available in VSCommands Lite.
This feature is available in VSCommands Lite.
This feature is available in VSCommands Lite.
This feature is available in VSCommands Lite. <object width="560" height="340" data="data:application/x-silverlight-2," type="application/x-silverlight-2"> </object> `
This feature is available in VSCommands Lite.
This feature is available in VSCommands Lite.
This feature is available in VSCommands Lite.
This feature is available in VSCommands Lite. View and edit referenced paths and properties of all projects from one place This feature is available in VSCommands Lite (Projects). Apply Fix
Take a well know ‘file being used by another process’ error as an example: Unable to copy file xxx to yyy. The process cannot access the file xxx because it is being used by another process.
With VSCommands you can now right click on error message, selectApply Fix command and click Ok to end all processes that are currently using this file: Another example of frequent problem that can be now easily solved is key import error: Cannot import the following key file : xxx.pfx. The key file may be password protected. To correct this, try to import the certificate again or manually install the certificate to the Strong Name CSP with the following key container name: VS_KEY_XXXXXX When you click Apply Fix the certificate will be installed to the correct CSP. Apply Fix can also fix several StyleCop warnings: This feature is available in VSCommands Pro.
This feature is available in VSCommands Lite. StackOverflow Notifications
Notification system supports display of:
This feature can be customized from Tools | VSCommands | Options | Other | Stack Overflow
This feature is available in VSCommands Lite. <object width="560" height="340" data="data:application/x-silverlight-2," type="application/x-silverlight-2"> </object>
Debugging Assistance
Start without debugger
Unlike Start Without Debugger command available in Visual Studio which works on startup projects only, this feature works on any selected project and will not try to recompile your sources (so it will work even if an instance of your application is already running). This feature is available in VSCommands Lite. Debug as administrator
This feature is available in VSCommands Pro. Debug as normal user
This feature is available in VSCommands Pro. Debug as different user
This feature is available in VSCommands Pro. Code Assistance
Last selected format will be selected by default next time you use this feature. This feature is available in VSCommands Lite.
Xml / Xaml – Highlight Key Attributes
(config file) (xaml) This feature can be customized from Tools | Options | Environment | Fonts and Colors | VSCommands.Xml.KeyAttribute
It is sometimes hard to convert few hex numbers to actual colour in your head. Fortunately you don’t have to do it anymore! VSCommands can now display colour hints whenever a colour is used in your code. (long and short hexadecimal notation) (rgb / rgba notations) (color names) Supported file types:
This feature can be enabled from Tools | VSCommands | Options | IDE Enhancements | Enable Colors highlighting
Xaml – Highlight Bindings and Resources
This feature can be enabled from Tools | VSCommands | Options | IDE Enhancements | XAML: Enable advanced highlighting This feature can be customized from Tools | Options | Environment | Fonts and Colors | VSCommands.Xaml.*
Ever wanted to put more life into your comments? We give you the opportunity! VSCommands can now detect different types of comments and format them according to your needs:
This feature can be enabled from Tools | VSCommands | Options | IDE Enhancements | Enable custom comments formatting |