-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Please add tslint-language-service to dependencies #6125
Comments
Oh sorry, this wasn't fixed by #6144. |
I'm marking this as a discussion though, adding it depends on up to date versions of a lot of things so it's not a cut and dry thing. |
As far as I know, it depends on I installed package, add lines in tsconfig and disable tslint extension in my vscode. |
With Rules, that require type checking, aren't work with current |
@ValeryVS the goal of this issue is to integrate tslint-language-service with angular-cli.
Yes it's a known problem, you can read it at https://github.com/angelozerr/tslint-language-service (in Notice section) If you have problems with tslint-language-service, please create issues at https://github.com/angelozerr/tslint-language-service/issues |
tslint-language-service can support tslint rules that require the type checker share program representation with TypeScript (no need to reanalyze) Fixes: angular#6125
tslint-language-service can support tslint rules that require the type checker share program representation with TypeScript (no need to reanalyze) Fixes: angular#6125
tslint-language-service can support tslint rules that require the type checker share program representation with TypeScript (no need to reanalyze) Fixes: angular#6125
For now |
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.
Repro steps.
The log given by the failure.
Desired functionality.
Mention any other details that might be useful.
Like #5497 please add TSLint Language Service plugin.
And give an option to declare it in the tsconfig.json like this:
This TypeScript plugin can be used with any IDE (VSCode, WebStorm, Eclipse, etc) to provide tslint diagnostic and codefix in your editor.
Thanks!
The text was updated successfully, but these errors were encountered: