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

Implement completion providers in compiler plugins #4587

Open
malinthar opened this issue Jun 20, 2023 · 1 comment
Open

Implement completion providers in compiler plugins #4587

malinthar opened this issue Jun 20, 2023 · 1 comment
Labels
module/graphql Issues related to Ballerina GraphQL module module/grpc module/websocket module/websubhub Issues related to Ballerina websubhub module Type/NewFeature

Comments

@malinthar
Copy link

Description:
We have added completion support for compiler plugins with ballerina-platform/ballerina-lang#40284. Now, compiler plugins can provide their own completion items in respective services such as http, graphql, grpc, etc.

This issue tracks the implementation of CompletionProviders for the required services.

@TharmiganK
Copy link
Contributor

Removing http since this has been already addressed fro http in this PR: ballerina-platform/module-ballerina-http#1701

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module/graphql Issues related to Ballerina GraphQL module module/grpc module/websocket module/websubhub Issues related to Ballerina websubhub module Type/NewFeature
Projects
Status: BackLog
Development

No branches or pull requests

2 participants