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

gRPCTestify

GripMock

|
34 installs
| (0) | Free
Syntax highlighting and smart autocompletion for gRPC test files (.gctf)
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
© 2025 Microsoft