-
Notifications
You must be signed in to change notification settings - Fork 245
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
[IDE] Improve Library Completion resolving all installed Cadl packages and optimize #622
Comments
@Jg1255 Is this in import statements? Note that imports are explicitly defined to be able to include '.js' files. |
This is a split of the Import completion task #275 for which @Jg1255 made the 1st iteration that complete with the available cadl libraries. This would be the 3rd part which looks into resolving the list from all installed packages regardless of them being in |
Maybe the bug title could be improved. I'm having a hard time mapping that to "only include Cadl libraries" |
This I think is completed |
There should be an implementation so that Library Completion only includes Cadl libraries.
The text was updated successfully, but these errors were encountered: