Beautiful Syntax Highlighting for gRPC Test Files
Because testing gRPC services should be a delight
✅ Autocomplete with context-aware suggestions
✅ Smart Syntax Highlighting
✅ Handy Snippets (gctf + json)
✅ Zero Configuration
✅ Validation for:
domain:portformat- gRPC
Service/Methodendpoints - JSON syntax
--- ADDRESS ---
localhost:50051
--- ENDPOINT ---
my.package.Service/MethodName
--- REQUEST ---
{
"request": "data"
}
--- RESPONSE ---
{
"response": "success"
}Install from VS Code Marketplace
# Setup dev environment
git clone https://github.com/gripmock/grpctestify-vscode
cd grpctestify-vscode
npm installMIT License © 2025 GripMock