mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
cf55d1bdd4
This works for the code actions and completion. When the ls wants to complete all importable angular metadata in the template, the ls will invoke the function `ls.getCompletionsAtPosition` and filter the item about the angular. When the developer selects an item, the ls will get the module specifier from the code action return by the `ls.getCompletionEntryDetails`. PR Close #61122