You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
dancheg97 3508e9c1a4
continuous-integration/drone Build is passing Details
fixed lack of sources in dist
2 months ago
docs updated git repo 2 months ago
images updated git repo 2 months ago
server updated git repo 2 months ago
src updated git repo 2 months ago
views updated git repo 2 months ago
.drone.yml reverted changes 2 months ago
.eslintrc.json updated git repo 2 months ago
.gitignore updated git repo 2 months ago
.vscodeignore updated git repo 2 months ago
CHANGELOG.md fixed lack of sources in dist 2 months ago
LICENSE updated git repo 2 months ago
README.md fixed lack of sources in dist 2 months ago
daemon.js updated git repo 2 months ago
go.mod updated git repo 2 months ago
go.sum updated git repo 2 months ago
jest.config.js updated git repo 2 months ago
package-lock.json fixed lack of sources in dist 2 months ago
package.json fixed lack of sources in dist 2 months ago
tsconfig.json updated git repo 2 months ago
update.js updated git repo 2 months ago
webpack.config.js updated git repo 2 months ago

README.md

gRPC Clicker

Generic badge Generic badge Generic badge Generic badge Generic badge Build Status

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).

Github repository is just a mirror, but issues/pull requests are tracked there aswell. Mail repo is gitea.

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

  1. Add proto files and navigate across the schema.

  2. Add reflect servers and check schema.

  3. Add headers to request metadata in grpcurl format.

  4. Restore your requests from history, via single click

  5. Create tests with code, time and content conditions

  6. 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: