Files
vscode/extensions/typescript-language-features
Matt Bierner 1904cd8d84 Prototype auto fixable quick fixes
Part of #62110

- Adds a new field `canAutoApply` to code actions. This field indicates that a code action can be applied without additional user input. For quick fixes, this should be set if the fix properly addresses the error

- Enable auto fixes for TS spelling errors

- Added a `editor.action.autoFix` command to triggers auto fixes at the current cursor position
2019-01-16 17:56:22 -08:00
..
2019-01-16 17:56:22 -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.