uuif helper README
vscode-uuif-helper is a VSCode extension for UUIF
Doc
UUIF VSCode Snippets
Features
- UUIF Document
- Snippets
- Autocomplete
UUIF Document
Usage
- Press default hot key
ctrl + shift + p to bring up the Command Palette and then input uuif-helper.docs
Snippets
import statement:
Snippet |
Description |
sw:i:SwScrollView |
import SwScrollView from UUIF |
... |
... |
Snippet |
Description |
sw-scroll-view |
create a template for the sw-scroll-view |
sw-tab-group |
create a template for the sw-tab-group |
... |
... |
new component:
Snippet |
Description |
sw:vue:ts |
create a vue template with typescirpt |
sw:vue:tsx |
create a vue template with tsx |
sw:unit |
creata a vue unit test template |
localization:
Snippet |
Description |
sw:lang |
create a lang template with typescirpt |
sw:lang:$t |
create a locale messages syntax |
sw:lang:$tc |
translate with pluralization |
sw:lang:$d |
localize the datetime with your definition formats |
sw:lang:$n |
localize the number with your definition formats |
Autocomplete
Provide the autocomplete for the UUIF component used in the template and the render function
Usage
- Press the
space key beside a component, The autocomplete message will appear.
| |