Code linter experimentThis code linter shows how to provide code actions in the editor. Code actions are used to implement quick fixes and refactoring in VS Code. The sample uses the It associate code actions with diagnostic (e.g. compilation) problems. VS Code API
|