gRPC Clicker

Extension uses grpcurl under the hood, it will be installed automatically with extension.
This extension provides ability to execute gRPC calls from VSCode, using grpcurl CLI commands (similarly to docker extension).
Functionality:
Extension provides following functionality:
- Execute
gRPC calls from VSCode
- View schema of your services and messages as a tree in a side bar
- Export prepared gRPCurl
CLI request for executiong from coommand prompt
- Add headers to request
- View full history of requests in side panel
- Create collections with tests of your requests and executete them
- Get generated templates of messages in request tab
- Json highlighting/formatting/validation for requests
- Restore your requests from history, save parameters such as hosts and headers in local storage
Get started
- Add proto files and navigate across the schema.

- Add reflect servers and check schema.

- Add headers to request metadata in
grpcurl format.
- Restore your requests from history, via single click

- Create tests with code, time and content conditions

- Export
grpcurl CLI command snippet for your friends without vscode :)
Troubleshooting
Most of the time, command gRPC Clicker: clean all extension cache helps to
resolve possible issues.
Otherwise feel welcome to write an issue in gitea repository.
Quick commands
Also you can use vscode command palette commands, to quicker manipulate
different extension capabilities:

Tech stack
This extension is built on top of edge technologies, such as:
| |