Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>gRPCTestifyNew to Visual Studio Code? Get it now.
gRPCTestify

gRPCTestify

GripMock

|
125 installs
| (0) | Free
Rust-native VS Code tooling for .gctf: Testing API, check/fmt, inspect/explain, and LSP-powered authoring.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🚀 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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft