Skip to content

Auto-complete and Intellisense doesn't work with newer versions of angular-cli #106

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

Closed
erlloyd opened this issue Jun 13, 2017 · 3 comments
Closed

Comments

@erlloyd
Copy link

erlloyd commented Jun 13, 2017

This is pretty easy to reproduce. I'm using plugin v0.1.3.

  1. On your system, just globally install the latest @angular/cli (as of this issue creation, it's 1.1.1).
  2. Run ng new test-project
  3. Open the test-project folder in VSCode with the v0.1.3 version of the plugin loaded.
  4. Go to the app.component.html file, and try to go to definition of the title variable.

Expected: It should be able to take you to the simple title member of app.component.ts
Actual: Says 'no definition for title'

As a comparison, if you remove the globally installed latest @angular/cli and install a slightly older version (1.0.1, installed for example by npm -g install @angular/[email protected]), then the plugin works as expected.

I'm assuming newer version of the angular cli are just doing something different that this plugin doesn't like. But I can't figure out exactly what...

@erlloyd
Copy link
Author

erlloyd commented Jun 14, 2017

It looks like this broke going from angular cli v1.0.6 to v1.1.0 - still not sure why

@erlloyd
Copy link
Author

erlloyd commented Jun 14, 2017

After some additional investigation, this appears to be a duplicate of Issue #102, so I'm closing this one.

@erlloyd erlloyd closed this as completed Jun 14, 2017
@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 Feb 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant