What most users hate about Solution Explorer of Visual Studio is that it doesn’t provide a convenient way to find code files of one massive project. Apart from using collapsible/expendables, you have to manually scroll down the Solution Explorer to open required source code file. Visual Studio Tags offers a simple solution for this very problem. It’s an open source add-in which allows setting tags for user-specified files, so they can be easily accessed from separate categories. This enables you to tag most frequently used code files, categorize those files which are contained in different project files, and choose only the important code files from all the project folders. Moreover, it offers a separate Tag Explorer to view and access all the tagged code files from respective categories.