Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VV-FE-TOOLSNew to Visual Studio Code? Get it now.
VV-FE-TOOLS

VV-FE-TOOLS

jufon

|
61 installs
| (0) | Free
Some lovely tools for VV FE.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vv-fe-tools README

Some lovely tools for VV FE.

Features

  • To achieve gitflow more convenient git commit, avoid the tedious steps of input one by one from the command line and re-entry when errors occur.

Manual

  • Shortcuts: ctrl + F10
  • Menu: File right-click menu vv-gitflow
  • Command:vv-gitflow

Road map

  1. History storage
  2. Friendly error analysis
  3. Optimize UI, optimize tips

snippets使用

  1. 在项目中安装依赖 yarn add vv-snippet-tool -D
  2. 在项目根目录新建.vv-snippetrc.js并扩展自定义snippets
module.exports = {
    // 项目自定义规则,参考 https://code.visualstudio.com/docs/editor/userdefinedsnippets
    extends: [require.resolve('vv-snippet-tool')],
    rules: [
        {
            iCusSnippet: {
                prefix: ['vv.cusSnippet'],
                body: ["improt { ${1} } from 'keyName';"],
                description: 'cusSnippet'
            }
        }
    ]
};
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft