Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>vs-angular-supportNew to Visual Studio Code? Get it now.
vs-angular-support

vs-angular-support

skwonandy

|
1 install
| (0) | Free
Go to / peek angular specific definitions. Supports Angular 21.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vs-angular-support

author: 安東 純生

Version VS Code Marketplace Open VSX Registry Build Status

Very lightweight language support for angular definitions. Now supports Angular 21!

Note: This is a fork of VismaLietuva/vscode-angular-support with updated dependencies and Angular 21 support. The original project has not been maintained since 2017, so this fork brings it up to date with modern Angular versions.

Installation

VS Code

Install from the VS Code Marketplace

Cursor / Open VSX

Install from the Open VSX Registry for Cursor and other VS Code-compatible editors

Prerequisites

  • Angular 2+ with Typescript (including Angular 21)
  • Official style guide file & selector naming

Features

Go to / peek definition from:

  • interpolation {{ myVar }}
  • input [(...)]="myVar"
  • output (...)="myMethod()"
  • templateUrl or styleUrls in @Component decorator
  • component <my-component></my-component>
  • NEW: Angular 17+ control flow syntax:
    • @if (condition) { }
    • @for (item of items; track item.id) { }
    • @switch (value) { } and @case (value) { }
  • NEW: Signal support {{ mySignal() }}

working

Changes from Original

This fork includes the following improvements:

  • ✅ Angular 21 support with new control flow syntax (@if, @for, @switch)
  • ✅ Signal support for reactive programming
  • ✅ Updated TypeScript (2.0.3 → 4.9.5)
  • ✅ Modern dependencies (Node types, VS Code API, etc.)
  • ✅ Fixed compilation errors for compatibility with latest tools
  • ✅ PNG icon (VSIX packaging requirement)

Contributing

Contributions are extremely welcome.
Read official extension guide.

License

MIT

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