ResultR VS ToolkitSupercharge your ResultR development workflow with instant navigation from requests to handlers and one-click scaffolding of new request/handler pairs. The ResultR VS Toolkit is the essential companion extension for developers using the ResultR library. Features⚡Navigate Your Codebase InstantlyTired of hunting through your solution to find the handler for a request? The ResultR VS Toolkit makes navigation effortless! Simply place your cursor on any IRequest type - whether it's a variable, parameter, or class definition - and press Ctrl+R, Ctrl+H (or right-click and select "Go to Handler..."). The toolkit instantly locates and opens the corresponding IRequestHandler implementation, even if it's in a completely different project. No more manual searching, no more wasted time. Just click and you're there! 📝 Scaffold New Request/Handler PairsCreating new request/handler pairs has never been easier! Right-click on any project or folder in Solution Explorer and select "ResultR Request / Handler..." from the Add menu. Enter your request name, and the toolkit generates a properly structured .cs file with the correct namespace (automatically detecting whether you use file-scoped or block-scoped namespaces), all the necessary using statements, and a ready-to-implement handler class. The generated code follows your project's existing conventions, so it fits right in with your codebase. Spend less time on boilerplate and more time on what matters - your business logic! Requirements
Installation
Or search for "ResultR" in the Visual Studio Extensions marketplace. ❓ Why ResultR VS Toolkit?The ResultR VS Toolkit provides a simple way to navigate between 💬 Support
🔗 Links🤝 ContributingContributions are welcome! Please feel free to submit a Pull Request. 📄 LicenseISC License - see the LICENSE file for details. Built with ❤️ for the C# / DotNet community. |