ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
136 stars 64 forks source link

Implement completion providers in compiler plugins #4587

Open malinthar opened 1 year ago

malinthar commented 1 year ago

Description: We have added completion support for compiler plugins with https://github.com/ballerina-platform/ballerina-lang/pull/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 commented 2 months ago

Removing http since this has been already addressed fro http in this PR: https://github.com/ballerina-platform/module-ballerina-http/pull/1701