Files
vscode/extensions/typescript-language-features
Matt Bierner 4e6bd4aedd Prototype autofix source code action
Part of #62110

* Adds a new `CodeActionKind`: `source.autoFix`.
* Implements a simple auto fix provider for typescript. This provider can auto fix `implement interface` and `spelling` errors (provided there is only a single valid fix listed)

The provider is likely not something we actually want to check it (especially in its current state), we should ask TS for proper autoFix support
2019-01-21 17:16:06 -08:00
..
2019-01-21 17:16:06 -08:00
2018-11-20 12:54:22 +01:00
2018-11-06 20:46:03 +00:00
2019-01-10 17:43:25 -08:00
2019-01-10 17:43:25 -08:00

Language Features for Typescript and Javascript files

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

See Typescript in Visual Studio Code and Javascript in Visual Studio Code to learn about the features of this extension.