Windows Explorer from Visual Studio

Windows Explorer is one of my favorites, especially when coding (in Visual Studio). I often navigate to the file, folder, or project I’m currently working on. Clicking “Windows Explorer” in the Tools menu would be helpful if we could manage to get it there… and ‘yes we can!’.

How?
Go to Tools -> External Tools… -> Add.

In the screen you are presented with, enter:

Title: Windows Explorer
Command: explorer.exe
Arguments: /select,”$(ItemPath)”
Leave Initial directoy blank

Click OK. When you click Tools -> Windows Explorer, the explorer will open with the selection on the current file you are editing in Visual Studio.

2 thoughts on “Windows Explorer from Visual Studio

  1. Bert Loedeman Post author

    Hey Erik!

    Leuk om je via deze weg weer es te spreken! Geinig dat je m’n blog in de gaten houdt! Maybe komt er nog es een gouden idee langs waar je wat mee kunt :) ! Tips zijn overigens welkom hoor, m’n blog-inspiratie is niet ál te hoog :) !

    Hoest bij NedFox? Lekker bezig?!

    Groet, Bert

  2. Erik

    Ha Bert,

    Goeie tip! Ik heb ‘m ook toegevoegd.
    Merk dat ik regelmatig projecten op loop te zoeken waar ik in werk.
    Moet op deze manier wel een stuk sneller gaan.

    Leuk dat je blog bent begonnen trouwens!
    Had al eerder je post met de stopwatch gelezen (en reeds een aantal maal toegepast).

    Keep up the good work :)

    Groeten,
    Erik

Comments are closed.