-
Notifications
You must be signed in to change notification settings - Fork 12k
Please add @angular/language-service to dependencies #5497
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
We're looking at adding it for 1.1. |
somebody know when vs code will be able to take advantage of this? |
@niklas-dahl , there is a plugin VSC for use it. |
with the VS code plugin already installed, what does installing |
Webstorm users have to install it, yes |
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. |
Bug Report or Feature Request (mark with an
x
)Versions.
Does not matter
Repro steps.
The log given by the failure.
Desired functionality.
Mention any other details that might be useful.
Please add @angular/language-service to generated projects package.json it will help to IDEs like next version WebStorm to better angular support.
More information from WebStorm site:
Angular language service
To help you even more when working with Angular, WebStorm adds support for the Angular language service, developed by the Angular team to improve code analysis and completion for Angular-TypeScript projects.
Run npm install @angular/language-service --save-dev to enable that in your project.
https://www.jetbrains.com/webstorm/nextversion/
The text was updated successfully, but these errors were encountered: