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

feat: Add support for going to template from component #1491

Merged
merged 3 commits into from
Aug 26, 2021

Conversation

atscott
Copy link
Collaborator

@atscott atscott commented Aug 24, 2021

Adds support to the Angular Language Service VSCode extension to go to
the template for a component. This support is provided in the command
palette and the "right-click" menu for TS files.

Resolves #1485

@atscott atscott added blocked A PR that is blocked by some dependency and should not be merged. target: minor This PR is targeted for the next minor release labels Aug 24, 2021
@google-cla google-cla bot added the cla: yes label Aug 24, 2021
@atscott atscott removed the blocked A PR that is blocked by some dependency and should not be merged. label Aug 26, 2021
@atscott atscott requested a review from clydin August 26, 2021 17:20
…t request

Adds support to the @angular/language-server to handle a request to get
the template location when the cursor is inside a component.
Adds support to the Angular Language Service VSCode extension to go to
the template for a component. This support is provided in the command
palette and the "right-click" menu for TS files.

Resolves angular#1485
@atscott atscott added the action: merge Ready to merge label Aug 26, 2021
@atscott atscott merged commit 3014713 into angular:master Aug 26, 2021
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge Ready to merge cla: yes target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Go to Template - Request
2 participants