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

Add internal intellij-ext implementation for google3 #5212

Open
wants to merge 1 commit into
base: google
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

Add internal intellij-ext implementation for google3

This CL adds the initial implementation of the grpc
server that implements the intellij-ext API to provide
extended services to IJ-based IDEs at Google.

The basic implementation only provides basic process
management. If the server is not used after a timeout
it will shutdown itself.

The implementation of this server is in Go, because
all existing architecture and utilities are written
in Go. This server will communicate with the IntelliJ
corp api services, and such connection is also provided
in Go. There have been several attempts before this
to do this in Java, and all seem abandonded and
migrated to Go.

This CL adds the initial implementation of the grpc
server that implements the intellij-ext API to provide
extended services to IJ-based IDEs at Google.

The basic implementation only provides basic process
management. If the server is not used after a timeout
it will shutdown itself.

The implementation of this server is in Go, because
all existing architecture and utilities are written
in Go. This server will communicate with the IntelliJ
corp api services, and such connection is also provided
in Go. There have been several attempts before this
to do this in Java, and all seem abandonded and
migrated to Go.

PiperOrigin-RevId: 554516513
@copybara-service copybara-service bot added the copybara-exported Added to PRs opened by copybara-service label Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
copybara-exported Added to PRs opened by copybara-service
Projects
Status: Untriaged
Development

Successfully merging this pull request may close these issues.

None yet

0 participants