- Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
Description
Bug Report or Feature Request (mark with an x)
- [ ] bug report -> please search issues before submitting - [ ] feature request 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:
{ "compilerOptions": { "plugins": [ { "name": "tslint-language-service"} ] } }This TypeScript plugin can be used with any IDE (VSCode, WebStorm, Eclipse, etc) to provide tslint diagnostic and codefix in your editor.
Thanks!
osnoser1