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:port
format- gRPC
Service/Method
endpoints - 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 install
MIT License © 2025 GripMock