🚀 gRPCTestify VSCode Extenstion
Beautiful Syntax Highlighting for gRPC Test Files
Because testing gRPC services should be a delight
🌟 Features
✅ Autocomplete with context-aware suggestions
✅ Smart Syntax Highlighting
✅ Handy Snippets (gctf + json )
✅ Zero Configuration
✅ Validation for:
domain:port format
- gRPC
Service/Method endpoints
- JSON syntax
📄 File Structure
--- ADDRESS ---
localhost:50051
--- ENDPOINT ---
my.package.Service/MethodName
--- REQUEST ---
{
"request": "data"
}
--- RESPONSE ---
{
"response": "success"
}
📦 Installation
Install from VS Code Marketplace
🤝 Contributing
# Setup dev environment
git clone https://github.com/gripmock/grpctestify-vscode
cd grpctestify-vscode
npm install
📜 License
MIT License © 2025 GripMock
| |