Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support JetBrains HTTP Client #102

Closed
BorzdeG opened this issue May 26, 2022 · 3 comments
Closed

Support JetBrains HTTP Client #102

BorzdeG opened this issue May 26, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@BorzdeG
Copy link

BorzdeG commented May 26, 2022

Since the plugin conflicts with the bundle plugin from JetBrains, the ability to work with the client to generate gRPC requests also disappears.

I would like this plugin to provide the ability to perform gRPC requests to the server...

https://blog.jetbrains.com/idea/2021/10/intellij-idea-2021-3-eap-6-enhanced-http-client-kotlin-support-for-cdi-and-more/#gRPC_requests_in_the_HTTP_client

@devkanro devkanro added the enhancement New feature or request label May 27, 2022
@devkanro
Copy link
Owner

devkanro commented Jun 2, 2022

Some update here, the HTTP client is not open source plugin, I am trying to create extension for it.

The first version just support the local proto file, the reflection server will be support in next major version.

I am focusing on the auto completion for GRPC request line, now it support the json body and method name.

But the request executing is not complete now.

@devkanro
Copy link
Owner

devkanro commented Jun 7, 2022

Some update here, I have completed the basic feature of HTTP client.
Before I release it, I need more tests for it.
You can download it and install it by hand to join and help my test.

IntelliJ Protobuf Language Plugin-1.6.0.zip

@devkanro
Copy link
Owner

Fixed by release v1.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants