https://github.com/ng-alain/ng-alain-vscode
Visual studio code plugin for ng-alain
https://github.com/ng-alain/ng-alain-vscode
antd ng-alain ng-zorro vscode vscode-snippet-generator vscode-snippets
Last synced: 19 days ago
JSON representation
Visual studio code plugin for ng-alain
- Host: GitHub
- URL: https://github.com/ng-alain/ng-alain-vscode
- Owner: ng-alain
- License: mit
- Created: 2018-06-11T10:42:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T18:36:39.000Z (about 1 year ago)
- Last Synced: 2024-04-14T06:43:57.411Z (about 1 year ago)
- Topics: antd, ng-alain, ng-zorro, vscode, vscode-snippet-generator, vscode-snippets
- Language: TypeScript
- Size: 2.75 MB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ng-alain VSCode Snippets

# Note: Starting `11` version, the extension language will follow the display language of VSCode, and there is no need to install different versions of the ng-alain-vscode extension, so will no longer be maintained of [Simplified Chinese Version](https://marketplace.visualstudio.com/items?itemName=cipchk.ng-alain-vscode-zh-CN).
[中文](README.zh-CN.md)
## Features
- Support class intellisense
- Support Class name hover introduction
- Extract i18n key
- Common Angular templates## Usage
Typing the beginning of `nas-` will automatically appear in the intellisense list; no more!
## Configuration
| Name | Description | Type | Default |
|------|-------------|------|---------|
| `ng-alain-vscode.i18nStatus` | Whether to enable international quick fix, auto: When depend @angular/localize or @ngx-translate/core is enabled | `auto, enabled, disabled` | `auto` |
| `ng-alain-vscode.i18nPipeName` | Internationalization pipeline name | `string` | `i18n` |
| `ng-alain-vscode.i18nData` | Internationalization data | `Array<{ path: string, type: 'file' | 'node' | 'remote'}>` | `[{path: 'src/assets/tmp/i18n/zh-CN.json', type: 'file'}]` |
| `ng-alain-vscode.lessBuildPaths` | `paths` option of lesss compile | `string[]` | - |## 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).