You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(readme): standardize format to match template (#30)
- Centered header with logo, title, and tagline
- Two rows of badges (License/Build, then Marketplace)
- Consistent section structure with horizontal rules
- Contributors section with markers
- Centered footer with attribution
**🚀 Instantly open your project's output directory in Windows File Explorer!**
4
-
5
-
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.).
<imgsrc="https://raw.githubusercontent.com/CodingWithCalvin/VS-OpenBinFolder/main/resources/logo.png"alt="Open Bin Folder Logo"width="128"height="128">
3
+
</p>
4
+
5
+
<h1align="center">Open Bin Folder</h1>
6
+
7
+
<palign="center">
8
+
<strong>Instantly open your project's output directory in Windows File Explorer!</strong>
-**🖱️ Right-click to open** - Simple context menu integration in Solution Explorer
22
-
-**⚙️ Configuration-aware** - Opens the correct bin folder based on your active build configuration
23
-
-**⚡ Lightning fast** - No settings, no dialogs, just works!
37
+
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.).
24
38
25
-
---
39
+
## Features
26
40
27
-
## 📦 Installation
41
+
-**Right-click to open** - Simple context menu integration in Solution Explorer
42
+
-**Configuration-aware** - Opens the correct bin folder based on your active build configuration
43
+
-**Lightning fast** - No settings, no dialogs, just works!
0 commit comments