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
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,13 @@
36
36
37
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.).
38
38
39
-
## Features
39
+
## ✨ Features
40
40
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!
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!
44
44
45
-
## Installation
45
+
## 🛠️ Installation
46
46
47
47
### Visual Studio Marketplace
48
48
@@ -55,37 +55,37 @@ A Visual Studio 2022/2026 extension that adds a right-click context menu command
55
55
56
56
Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCalvin/VS-OpenBinFolder/releases) page and double-click to install.
57
57
58
-
## Usage
58
+
## 🚀 Usage
59
59
60
60
1. Right-click on any project in **Solution Explorer**
61
61
2. Select **Open Bin Folder**
62
62
3. Windows File Explorer opens to your project's output directory
63
63
64
64
That's it! The extension automatically detects your active configuration (Debug/Release) and opens the corresponding output folder.
65
65
66
-
## Requirements
66
+
## 📋 Requirements
67
67
68
-
- Visual Studio 2022 (17.0) or later
69
-
- .NET Framework 4.8
68
+
-💻 Visual Studio 2022 (17.0) or later
69
+
-🔧 .NET Framework 4.8
70
70
71
-
## Contributing
71
+
## 🤝 Contributing
72
72
73
73
Contributions are welcome! Whether it's bug reports, feature requests, or pull requests - all feedback helps make this extension better.
74
74
75
-
### Development Setup
75
+
### 🔧 Development Setup
76
76
77
77
1. Clone the repository
78
78
2. Open `src/CodingWithCalvin.OpenBinFolder.slnx` in Visual Studio 2022 or 2026
79
79
3. Ensure you have the "Visual Studio extension development" workload installed
80
80
4. Press F5 to launch the experimental instance
81
81
82
-
## License
82
+
## 📄 License
83
83
84
84
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments