Weex VSCode Snippets
Installation
- click extensions sidebar, and search 'Weex Snippets', then click the install button.
Snippets
Snippet |
Element Tag |
text |
<text> |
image |
<image> |
list |
<list> |
cell |
<cell> |
recycle |
<recycle-list> |
slider |
<slider> |
waterfall |
<waterfall> |
web |
<web> |
Script Snippets
Snippet |
Script |
imp |
import ... from ... |
wxrq |
weex.requireModule() |
anitr |
animation.transition |
cbget |
clipboard.getString |
cbset |
clipboard.setString |
meta |
meta.setViewport |
wxtoast |
modal.toast |
wxalert |
modal.alert |
wxconfirm |
modal.confirm |
wxprompt |
modal.prompt |
navpush |
navigator push |
navpop |
navigator pop |
stset |
storage setItem |
stget |
storage getItem |
strem |
storage removeItem |
stlen |
storage removeItem |
stall |
storage removeItem |
wxstop |
stopPropagation |
| |