https://github.com/ng-alain/ng-zorro-vscode
Visual studio code plugin for ng-zorro
https://github.com/ng-alain/ng-zorro-vscode
ng-alain ng-zorro-antd vscode vscode-snippet-generator vscode-snippets
Last synced: 20 days ago
JSON representation
Visual studio code plugin for ng-zorro
- Host: GitHub
- URL: https://github.com/ng-alain/ng-zorro-vscode
- Owner: ng-alain
- License: mit
- Created: 2017-08-09T15:51:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T04:15:25.000Z (23 days ago)
- Last Synced: 2025-04-11T05:24:20.185Z (23 days ago)
- Topics: ng-alain, ng-zorro-antd, vscode, vscode-snippet-generator, vscode-snippets
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=cipchk.ng-zorro-vscode
- Size: 9.27 MB
- Stars: 54
- Watchers: 7
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NG-ZORRO Snippets

[中文](README.zh-CN.md)
## 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](https://code.visualstudio.com/docs/getstarted/locales#_changing-the-display-language).
## Links
- [issues](https://github.com/cipchk/ng-zorro-vscode/issues)
- If ng-alain users need additional installation [ng-alain-vscode](https://marketplace.visualstudio.com/items?itemName=cipchk.ng-alain-vscode)## Changelog
See [CHANGELOG.md](CHANGELOG.md).