fine-snippets
Fine business components snipperts
说明
基于业务组件,开发的 vscode Snippets Plug-in
具体组件使用场景可查看,组件库文档地址
业务组件
Prefix Name |
Content |
xx-search-form |
<xx-search-form></xx-search-form> |
xx-table-pro |
<xx-table-pro></xx-table-pro> |
xx-perm |
单权限 <xx-permission></xx-permission> |
xx-perm-many |
多权限 <xx-permission></xx-permission> |
xx-link |
<xx-link></xx-link> |
xx-loading-button |
<xx-loading-button></xx-loading-button> |
xx-rich-text-editor |
<rich-text-editor></rich-text-editor> |
xx-panel |
<xx-panel></xx-panel> |
xx-poiselect |
<xx-poiselect></xx-poiselect> |
xx-categoryselect |
<xx-categoryselect></xx-categoryselect> |
xx-supplier-select |
<xx-supplier-select></xx-supplier-select> |
xx-service-city-select |
<xx-service-city-select></xx-service-city-select> |
xx-check-box-group |
<xx-check-box-group></xx-check-box-group> |
xx-city-select |
<xx-city-select></xx-city-select> |
xx-treeselect |
<xx-treeselect></xx-treeselect> |
xx-level-select |
<xx-level-select></xx-level-select> |
xx-level-remote-select |
<xx-level-remote-select></xx-level-remote-select> |
xx-yx-org-select |
<xx-yx-org-select></xx-yx-org-select> |
JS提示
Prefix Name |
Content |
funcAn |
"/** * @param { type } name * @description desc * @return type */" |
clg |
console.log |
cer |
console.error() |
tc |
try{} catch{} |
tf |
try{} finally{} |
tcf |
try{} catch{} finally{} |
sw |
switch(){ case:xx ; default:xx return |
fl |
for(let i =0 ;len = array.length ;i < len ; i++){} |
fre |
array.forEach(item => { }) |
fof |
for (const item of object) { } |
fin |
for (const item in array) { } |
| |