In Visual Studio you might not have noticed it, but there’s a very helpful file filter available in the Solution Explorer window which allows us to show only files with pending changes or only currently open files…
You might also be interested in...
Preview files without having to double click to open them in Visual StudioIn the top menu in Visual Studio Solution Explorer there is a ‘Preview Selected Items‘ button…. When this is enabled … Continue reading Preview files without having to double click...
How to track active item in Visual Studio solution explorer
Tracking the active item in Visual Studio solution explorer is very helpful particularly when we are switching between a lot … Continue reading How to track active item in Visual...
Filtering out projects in large solutions with Visual Studio Solution Filters
If your working on a large solution with many projects in Visual Studio you can speed up VS load time … Continue reading Filtering out projects in large solutions with...
Enforce consistent coding styles across a team using EditorConfig files in Visual Studio
In Visual Studio if you want to enforce consistent coding styles in a project or solution check out EditorConfig files. … Continue reading Enforce consistent coding styles across a team...
Increasing Visual Studio startup time by not showing slow windows and not restoring state from your last session
There’s a lot of different functionality windows and extensions in Visual Studio but many can slow performance and add a … Continue reading Increasing Visual Studio startup time by not...