专为 C# 项目优化的 API 调试工具,让你在 VS Code 中轻松发送请求与查看响应。 An API debugging tool optimized for C# projects, making it easy to send requests and inspect responses directly in VS Code.
Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.
一个 VS Code 插件,用于在选中 C# 数据模型(class / record / struct)名称后,自动生成对应的 JSON 示例数据。适用于 DTO、ViewModel、Entity 等各种承载数据的类型,帮助开发者快速查看结构、调试接口或构造 Mock 数据。
一个 VS Code 插件,用于在选中 C# 类型名称后自动生成对应的 JSON 示例数据。支持任意复杂类型,适合调试、Mock、示例输出等场景。 A VS Code extension that generates JSON sample data from any selected C# type name. Ideal for mock data and quick inspection.