Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>rabbit-helperNew to Visual Studio Code? Get it now.
rabbit-helper

rabbit-helper

RabbitFE

|
48 installs
| (1) | Free
Rabbit框架代码提示
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Rabbit-Helper

Rabbit-Helper is a VS Code extension for KarryCMT. If you use ATOM editor, please go to ATOM version

Feature

1、新增Fish相关公共组件代码片段

2、新增Monkey相关公共组件代码片段

Rabbit框架

Rabbit框架支持代码片段列表:

  • page

    this.$message({
      message: '',
      type: ''
    })
    
  • dialog

    this.$alert('', '', {
      confirmButtonText: '',
      callback: () => {}
    });
    
  • api

    this.$confirm('', '', {
      confirmButtonText: '',
      cancelButtonText: '',
      type: ''
    }).then(() => {})
      .catch(() => {});
    
  • request callback

    this.$prompt('', '', {
      confirmButtonText: '',
      cancelButtonText: '',
      inputPattern: //,
      inputErrorMessage: ''
    }).then(({ value }) => {})
      .catch(() => {});
    
  • request async await

    this.$msgbox({
      title: '',
      message: '',
      showCancelButton: '',
      confirmButtonText: '',
      cancelButtonText: '',
      beforeClose: (action, instance, done) => {}
    }).then(action => {});
    
  • notify

    this.$notify({
      title: '',
      message: ''
    });
    

Fish 水务基础信息平台

LICENSE

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft