Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Conversation

@crisbeto
Copy link
Member

Makes the necessary changes on the vscode extension side to enable angular/angular#60267, including:

  • Looking for completions, quick info etc inside the host property.
  • Syntax highlighting for the host object literal.

@crisbeto crisbeto added the target: major This PR is targeted for the next major release label Mar 14, 2025
@crisbeto crisbeto requested a review from atscott March 14, 2025 14:06
Makes the necessary changes on the vscode extension side to enable angular/angular#60267, including:
* Looking for completions, quick info etc inside the `host` property.
* Syntax highlighting for the `host` object literal.
@crisbeto
Copy link
Member Author

I had to change the approach here a bit, because the previous one wasn't accounting for a bunch of TS syntax like spread expressions or escaped strings. The new approach will fall back to the TS highlighting if our patterns don't match anything and it should be a bit more robust.

@crisbeto crisbeto added action: merge Ready to merge target: minor This PR is targeted for the next minor release and removed target: major This PR is targeted for the next major release labels Mar 17, 2025
@crisbeto crisbeto merged commit 3986db5 into angular:main Mar 17, 2025
4 of 5 checks passed
crisbeto added a commit to crisbeto/angular that referenced this pull request Mar 18, 2025
Reworks the language service to enable features like quick info and definitions inside host bindings.

**Note:** for the full range of language service features to work, the changes from angular/vscode-ng-language-service#2155 have to be released.
pkozlowski-opensource pushed a commit to angular/angular that referenced this pull request Mar 18, 2025
Reworks the language service to enable features like quick info and definitions inside host bindings.

**Note:** for the full range of language service features to work, the changes from angular/vscode-ng-language-service#2155 have to be released.

PR Close #60433
@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 Apr 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge Ready to merge detected: feature target: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants