Skip to content

Please add tslint-language-service to dependencies #6125

Closed
@angelozerr

Description

@angelozerr

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions