๐Ÿš€ gRPCTestify VSCode Extenstion

April 5, 2025 ยท View on GitHub

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