diff --git a/README.md b/README.md index fd96d93..35fef0c 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,52 @@ -# 📂 Open Bin Folder - -**🚀 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.). - ---- - -[](LICENSE) -[](https://github.com/CodingWithCalvin/VS-OpenBinFolder/actions/workflows/build.yml) - -[](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-OpenBinFolder) -[](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-OpenBinFolder) -[](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-OpenBinFolder) -[](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-OpenBinFolder) +
+
+
+ Instantly open your project's output directory in Windows File Explorer! +
+ + + + --- -## ✨ Features - -- **🖱️ 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! +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.). ---- +## Features -## 📦 Installation +- **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! -### From Visual Studio Marketplace +## Installation -[](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-OpenBinFolder) +### Visual Studio Marketplace -1. Open Visual Studio 2022 +1. Open Visual Studio 2022 or 2026 2. Go to **Extensions > Manage Extensions** 3. Search for "Open Bin Folder" 4. Click **Download** and restart Visual Studio @@ -39,9 +55,7 @@ A Visual Studio 2022/2026 extension that adds a right-click context menu command Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCalvin/VS-OpenBinFolder/releases) page and double-click to install. ---- - -## 🎯 Usage +## Usage 1. Right-click on any project in **Solution Explorer** 2. Select **Open Bin Folder** @@ -49,41 +63,35 @@ Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCal That's it! The extension automatically detects your active configuration (Debug/Release) and opens the corresponding output folder. ---- +## Requirements -## 📋 Requirements +- Visual Studio 2022 (17.0) or later +- .NET Framework 4.8 -- 💻 Visual Studio 2022 (17.0) or later -- 🔧 .NET Framework 4.8 - ---- +## Contributing -## 🤝 Contributing - -Contributions are welcome! Whether it's bug reports, feature requests, or pull requests - all feedback helps make this extension better. 💪 +Contributions are welcome! Whether it's bug reports, feature requests, or pull requests - all feedback helps make this extension better. ### Development Setup -1. 🍴 Clone the repository -2. 📂 Open `src/CodingWithCalvin.OpenBinFolder.slnx` in Visual Studio 2022 -3. ▶️ Press F5 to launch the experimental instance - ---- +1. Clone the repository +2. Open `src/CodingWithCalvin.OpenBinFolder.slnx` in Visual Studio 2022 or 2026 +3. Ensure you have the "Visual Studio extension development" workload installed +4. Press F5 to launch the experimental instance -## 📄 License +## License -This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details. +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. --- -## 👥 Contributors +## Contributors -[](https://github.com/CalvinAllen) [](https://github.com/DavidsonAudioMulti) [](https://github.com/MikeCheel) --- -**⭐ If you find Open Bin Folder useful, please consider giving it a star! ⭐** - -*Made with ❤️ for the Visual Studio community by Coding With Calvin* ++ Made with ❤️ by Coding With Calvin +