🚀 Instantly open your project's output directory in Windows File Explorer!
A Visual Studio 2022/2026 extension that adds a right-click context menu command to open the project's bin folder. It intelligently uses the currently active solution/project configuration to navigate to the correct output folder (Debug, Release, etc.).
- 🖱️ Right-click to open - Simple context menu integration in Solution Explorer
- ⚙️ Configuration-aware - Opens the correct bin folder based on your active build configuration
- ⚡ Lightning fast - No settings, no dialogs, just works!
- Open Visual Studio 2022
- Go to Extensions > Manage Extensions
- Search for "Open Bin Folder"
- Click Download and restart Visual Studio
Download the latest .vsix from the Releases page and double-click to install.
- Right-click on any project in Solution Explorer
- Select Open Bin Folder
- Windows File Explorer opens to your project's output directory
That's it! The extension automatically detects your active configuration (Debug/Release) and opens the corresponding output folder.
- 💻 Visual Studio 2022 (17.0) or later
- 🔧 .NET Framework 4.8
Contributions are welcome! Whether it's bug reports, feature requests, or pull requests - all feedback helps make this extension better. 💪
- 🍴 Clone the repository
- 📂 Open
src/CodingWithCalvin.OpenBinFolder.slnxin Visual Studio 2022 ▶️ Press F5 to launch the experimental instance
This project is licensed under the MIT License - see the LICENSE file for details.
⭐ If you find Open Bin Folder useful, please consider giving it a star! ⭐
Made with ❤️ for the Visual Studio community by Coding With Calvin