-
Notifications
You must be signed in to change notification settings - Fork 31k
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
[json] IntelliSense don't work for @angular in package.json #24321
Comments
I have to investigate again, but NPM doesn't seem to provide a query API for scopes: npm/npm#8244 |
What about private package registries @aeschli. Are they not supported as well? |
Why does every tiny thing I try to do with Angular result in a wild goose chase :-( Anyway I'm assuming most people finding this issue just want to get intellisense to verify if the latest version is installed. A workaround is the following command will which show the latest version of each installed package, and is much faster than attempting intellisense for each item anyway. Run it from the directory containing package.json.
So I now know angular 4 (or 5 or 6 or whatever it is called now) is up to date :-) |
Nothing new here? There is a similar request at developercommunity.visualstudio.com (concerning vs2017). |
I added completions support for scoped types using https://github.com/npm/registry/blob/master/docs/REGISTRY-API.md#get-v1search Some limitations:
|
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: