Andrew Scott
a84976fdfc
feat(language-service): Add getTypeDefinitionAtPosition (go to type definition) ( #39145 )
...
This commit adds the implementation for providing "go to type definition"
functionality in the Ivy Language Service.
PR Close #39145
2020-10-09 10:57:37 -07:00
Andrew Scott
4604fe9ed2
feat(language-service): Add module name to directive quick info ( #39121 )
...
This commit adds the module name as the `containerName` to the quick info
for directives.
PR Close #39121
2020-10-08 08:45:29 -07:00
Andrew Scott
faa81dcdd1
refactor(language-service): Extract common methods from VE and Ivy to new package ( #39098 )
...
Rather than having the Ivy implementation add the VE code to the deps
list, create a new common package that both Ivy and VE depend on. This
will make it more straightforward in the future to remove the VE code
completely.
PR Close #39098
2020-10-05 16:14:54 -07:00
Andrew Scott
904adb72d2
feat(language-service): add quick info for inline templates in ivy ( #39060 )
...
Adds implementation for `getQuickInfoAtPosition` to the Ivy Language
Service, which now returns `ts.QuickInfo` for inline templates.
PR Close #39060
2020-10-02 11:01:31 -07:00