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

The Bicep Language Server should provide completions for import 'az@ by inspection of the OCI registry #11610

Open
asilverman opened this issue Aug 24, 2023 · 0 comments
Labels
enhancement New feature or request story: dynamic type loading Collects all work items related to decoupling of Bicep types from compiler

Comments

@asilverman
Copy link
Contributor

Overview

With the introduction of dynamic type loading we want the user experience in VSCode to change so that it gives package completions to the authors of a bicep file.

For example: When the author is typing the below trivia statement, the language server should provide intellisense about what are the available versions of the az provider at the time by querying the OCI registry. Likely it would be also nice to have a documentation string as part of the intellisense prompt telling the user what date the provider was released so we have a hint of what types are available in that provider version

import 'az@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request story: dynamic type loading Collects all work items related to decoupling of Bicep types from compiler
Projects
Status: Todo
Development

No branches or pull requests

2 participants