ResultR VS Code ToolkitSupercharge your ResultR development workflow with instant navigation from requests to handlers and one-click scaffolding of new request/handler pairs. The ResultR VS Code Toolkit is the essential companion extension for developers using the ResultR library. Features⚡Navigate Your Codebase InstantlyTired of hunting through your workspace to find the handler for a request? The ResultR VS Code 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 folder in the Explorer and select "ResultR: New Request/Handler". 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 download the ❓ Why ResultR VS Code Toolkit?The ResultR VS Code 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. |