NG-ZORRO Snippets

中文
Old Versions
Note: The latest version is based on 10.0.0 , you can still download other old versions:
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.language |
Set language code |
zh-CN, en-US |
en-US |
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 |
NOTICE: Changed configuration must restart Visual Studio Code.
Support Language Versions
Links
Changelog
See CHANGELOG.md.
| |