Skip to content

Commit cb1bf04

Browse files
committed
docs(readme): add emojis to section headers and list items
1 parent b0294df commit cb1bf04

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636

3737
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.).
3838

39-
## Features
39+
## Features
4040

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!
4444

45-
## Installation
45+
## 🛠️ Installation
4646

4747
### Visual Studio Marketplace
4848

@@ -55,37 +55,37 @@ A Visual Studio 2022/2026 extension that adds a right-click context menu command
5555

5656
Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCalvin/VS-OpenBinFolder/releases) page and double-click to install.
5757

58-
## Usage
58+
## 🚀 Usage
5959

6060
1. Right-click on any project in **Solution Explorer**
6161
2. Select **Open Bin Folder**
6262
3. Windows File Explorer opens to your project's output directory
6363

6464
That's it! The extension automatically detects your active configuration (Debug/Release) and opens the corresponding output folder.
6565

66-
## Requirements
66+
## 📋 Requirements
6767

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
7070

71-
## Contributing
71+
## 🤝 Contributing
7272

7373
Contributions are welcome! Whether it's bug reports, feature requests, or pull requests - all feedback helps make this extension better.
7474

75-
### Development Setup
75+
### 🔧 Development Setup
7676

7777
1. Clone the repository
7878
2. Open `src/CodingWithCalvin.OpenBinFolder.slnx` in Visual Studio 2022 or 2026
7979
3. Ensure you have the "Visual Studio extension development" workload installed
8080
4. Press F5 to launch the experimental instance
8181

82-
## License
82+
## 📄 License
8383

8484
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
8585

8686
---
8787

88-
## Contributors
88+
## 👥 Contributors
8989

9090
<!-- readme: contributors -start -->
9191
<!-- readme: contributors -end -->

0 commit comments

Comments
 (0)