vladimir-djokic / TSLint

TSLint extension for Visual Studio 2017
7 stars 6 forks source link
tslint visual-studio visual-studio-extension

What is it?

Visual Studio 2015/2017 extension for linting Typescript files using tslint. You can download extension on the marketplace:

For Visual Studio 2015, go here.

For Visual Studio 2017, go here.

TSLint

How does it work?

When .ts is opened or saved, locally installed tslint is run in the background and code in the editor is underlined (marked) based on the tslint findings. Hovering over the underline gives additional info in the form of a tooltip and warnings and errors are listed in the Error List.

Roadmap