Code Action Provider SampleThis sample 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 Second example of code action provider shows how to associate code actions with diagnostic (e.g. compilation) problems. VS Code API
|