Skip to content

ng-alain/ng-zorro-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NG-ZORRO Snippets

Help

中文

Features

  • Automatically completion component names, properties, complex parameters, and optional values
  • Automatically filter current component input & output properties
  • Mouse hover display component, propertie, and complex parameter documentation

Usage

Typing < in the .html file to trigger all components in the intellisense list, pressing Tab or Enter will be completion automatically; no more!

In addition, some common completion code snippets are built in and prefix with nzs-.

Configuration

Name Description Type Default
ng-zorro-vscode.hover Whether to enable hover boolean true
ng-zorro-vscode.inlineTemplate Whether to enable support inline template in typescript file boolean true
ng-zorro-vscode.signal Whether it is signal mode, some variables will be automatically added with () boolean false

Support Language Versions

Support language list: English, 简体中文, will automatically switch according to the current the display language of VSCode.

Abort how to changing the display language, pls refer to Changing the Display Language.

Links

Changelog

See CHANGELOG.md.