A simple Visual Studio extension that shows the solution full path next to VS window title. To achieve that i create a visual studio extension package that needs to load as soon as a solution is detected. Then, i hook to solution opened and renamed events. On both events i read solution’s full path and append…