-
Notifications
You must be signed in to change notification settings - Fork 123
No intellisense for HTML files with Ivy #936
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
Comments
Configuration "angular.experimental-ivy" is not contain at latest version,maybe we should wait? |
Tried with the released version of VS Code extension and
> npx @angular/[email protected] new agency-apps --create-application=false --strict
> cd agency-apps
> yarn ng g app support-panel --defaults true Issue occurs only when enabling Ivy for VSCode extension |
Hi @prabh-62 thanks for trying out the Ivy language service even before it's released! |
We will mark this as closed for now, since we are not ready to provide user support for Ivy Language Service at the moment. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Describe the bug
Navigate to an HTML file inside an angular project. On hovering over variables, vscode says

No Definition found for variable-name
To Reproduce
Steps to reproduce the behavior:
> npx @angular/[email protected] new agency-apps --strict true --createApplication false
> cd agency-apps
> yarn ng generate application admin-console --routing true --style css
agency-apps
directory in VSCode.vscode/settings.json
and enable Ivyprojects/admin-console/src/app/app.component.html
withgit clone https://github.com/angular/vscode-ng-language-service.git
yarn install
after navigating tovscode-ng-language-service
directoryvscode-ng-language-service
directory in VSCodeDebug
tab and start debugging withLaunch Client
agency-apps
projects/admin-console/src/app/app.component.html
file present in workspaceExpected behavior
User should be able to navigate to definition from
*.html
to corresponding*.ts
codeLogs
Please attach two logs:
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
The text was updated successfully, but these errors were encountered: