Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Angular Error Fixer on VScodeNew to Visual Studio Code? Get it now.
Angular Error Fixer on VScode

Angular Error Fixer on VScode

Luis Reinoso

|
1,399 installs
| (0) | Free
Use the ng-error-fixer cli on VScode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ng-error-fixer-vscode - vscode extension

Fix common angular's errors by calling to ng-error-fixer CLI on vscode Demo

Features

As soon vscode diagnostics API send to ng-error-fixer cli the error. It will fix the following errors

  • Fix NG8001: Invalid Element
  • Fix NG8002: Invalid Attribute

Requirements

  • npm install -g ng-error-fixer
  • npm install -D unknown-html-schematics

Extension Settings

This extension contributes the following settings:

  • ng-error-fixer.background: Run autofix mode of ng-error-fixer cli

Release Notes

Check Changelog file

Development

  • Fork and clone this repo
  • cd ng-error-fixer-vscode
  • npm install
  • Add feature/fix
  • npm run test
  • If all is ok. Send a PR!

License

Luis Reinoso 2021 MIT license

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft