Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Accessibility linterNew to Visual Studio Code? Get it now.
Accessibility linter

Accessibility linter

benny_gj

|
110 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Code linter experiment

This 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 CodeActionProvider api to implement a simple set of code actions that convert :)

It associate code actions with diagnostic (e.g. compilation) problems.

VS Code API

vscode module

  • languages.registerCodeActionsProvider
  • Diagnostic.code
  • CodeActionContext.diagnostics
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft