Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 794 Bytes

File metadata and controls

37 lines (24 loc) · 794 Bytes

Angular @Component Extension

Build Status

A vscode extension for Angular @Component.

demo

Features

  • Language support for inline-defined template and styles
    • Syntax highlighting
    • Code Formatting
    • Code Completion
    • Go to Definition

Extension Settings

Known Issues

Language

  • Javascript support.

Function

Code Formatting

  • Whitespace might not always be formatted perfectly.

Syntax Highlighting

  • No coloring in some cases.

Code Completion

  • NgModule and Component dependency is not considered.
  • Unsaved modification might not be listed.

Go to Definition

Release Notes