Adding Auto-Completion support for .toml metadata files #29304
nadeeshaan
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
In Cloud.toml auto completion implementation, completion items generated using a json schema defined for the cloud spec . We should be able to achieve this by making this a util. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we do not have auto-completion support for the .toml metadata files in ballerina except the Cloud.toml. What if we have a generic completion resolver for the toml completions. Since we have the support for Cloud.toml already we can have a generic layer for toml.
Currently, the language server's completion engine is extendable and we can register providers without any hassle.
@xlight05 @hasithaa @IMS94 @rasika
Beta Was this translation helpful? Give feedback.
All reactions