Solution/File Icons in Visual Studio 2022

Tomáš Hejlík 31 Reputation points
2022-10-10T18:30:59.027+00:00

Is there a way to change solution/file icons in solution explorer? I would like to make some custom icons, but didnt find on the web how to do it.

Thank you

Developer technologies | Visual Studio | Other
0 comments No comments
{count} votes

Accepted answer
  1. Michael Taylor 60,336 Reputation points
    2022-10-10T19:05:13.923+00:00

    You cannot do it within VS itself. If you look at the File Icons extension that Mads created you can see that the file associations are stored in the (now virtual) registry under ShellFileAsssocations. If you wanted to change the icons you'd need to create your own extension and set up the new icons. Note however that it is possible that another extension (or VS) may overwrite your options in the future since last person wins.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.