GithubHelp home page GithubHelp logo

ant-design-vue-helper's Introduction

ant-design-vue-helper

ant-design-vue-helper is a VS Code extension for Ant Design Vue.

Feature

  • Document

  • Snippets

Document

Usage

  • Move cursor to Ant Design Vue tag or select it

  • Press default hot key shift + cmd + i(windows: shift + win + i) to bring up the Command Palette and then input antdv-helper.search

  • Show document view If complete matching, or you should select tag you want to search

  • Enter and trigger document browser

document

Keymap

Default hot key is  shift + cmd + i( windows: shift + win + i). If it has conflicted with other software's hot key. You can customize it. see keybindings

Autocomplete

autocomplete

  • Distinguish and auto complete property and method for every Ant Design Vue tag

Snippets

snippets

Contribution

Your pull request will make ant-design-vue-helper better.

LICENSE

MIT

ant-design-vue-helper's People

Contributors

daxiong123 avatar wangxueliang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ant-design-vue-helper's Issues

Weekly Digest (12 January, 2020 - 19 January, 2020)

Here's the Weekly Digest for vueComponent/ant-design-vue-helper:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

UPDATED PULL REQUEST

Last week, 1 pull request was updated.
💛 #10 Configure Renovate, by renovate[bot]


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository vueComponent/ant-design-vue-helper to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

a-layout snippet inserts a-layout-slider instead of a-layout-sider tag

Step to reproduce:

  1. begin tag <a-layout ... and complete suggestion for <a-layout> tag

Expected:

  <a-layout>
    <a-layout-sider></a-layout-sider>
    <a-layout-header></a-layout-header>
    <a-layout-content></a-layout-content>
    <a-layout-footer></a-layout-footer>
  </a-layout>

Actual result:

  <a-layout>
    <a-layout-slider></a-layout-slider>
    <a-layout-header></a-layout-header>
    <a-layout-content></a-layout-content>
    <a-layout-footer></a-layout-footer>
  </a-layout>

拓展无效

电脑版本:mac 13.1 (22C65)
vscode 版本:1.74.3
项目环境:通过npm init vue@latest生成的vue3项目

安装拓展后,在.vue文件中输出 <a- ,不存在任何代码提示

使用快捷键shift + command + i,vscode报错command 'antdv-helper.search' not found

拓展的运行时状态为:尚未激活

麻烦大佬有空处理一下

Weekly Digest (26 January, 2020 - 2 February, 2020)

Here's the Weekly Digest for vueComponent/ant-design-vue-helper:


ISSUES

Last week 1 issue was created.
It is still open.

OPEN ISSUES

💚 #15 shift+win+i 弹出的网页出错, by tlerbao

NOISY ISSUE

🔈 #15 shift+win+i 弹出的网页出错, by tlerbao
It received 1 comments.


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

UPDATED PULL REQUEST

Last week, 1 pull request was updated.
💛 #10 Configure Renovate, by renovate[bot]


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository vueComponent/ant-design-vue-helper to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (19 January, 2020 - 26 January, 2020)

Here's the Weekly Digest for vueComponent/ant-design-vue-helper:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository vueComponent/ant-design-vue-helper to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

有两个建议

1: 能不需要先输入 < 触发吗 直接想直接输入a就出提示
2: 能像 element-ui-helper这种 直接悬浮标签显示对应属性吗

image

can not show document

when i press shift + cmd + i, and select a-button, but document view can not show.

form赋值问题

<a-form-item :label="item.label" style="margin-bottom: 5px;"> <a-select :placeholder="item.placeholder" :disabled="item.edit?JSON.parse(item.edit):false" @change="selectChanges(item,$event)" v-decorator="[ item.pops, { rules: [{ required: item.required?item.required:false, message: item.message }]} ]"> <a-select-option v-for="(items,index) in item.selectData" :key="index" :value="items.value">{{items.name}} </a-select-option> </a-select> </a-form-item>
我封装好的组件
arriveOrderInfoApi(params).then((value) => { if (value.code === 200) { let result = [] console.log(value.data) console.log(this.$refs.editFilter.$form.props.form) // this.$refs.editFilter.form = value.data } else { this.$notification['warning']({ message: '错误', description: value.message || '请求出现错误,请稍后再试', duration: 4 }) }
我在父级请求到数据给这个组件赋值是怎么赋值的呢?没有百度到!抱歉

vscode 安装此插件没有语法提示

插件安装的是最新版本的,
ant-design-vue 也导入使用了,
甚至 shift + window + i 键,语法详解都能弹出,
但是就是没有关于 ant-design-vue 的标签语法提示,
请问这个插件有什么已知的冲突的插件吗??
求解决
demo

Weekly Digest (10 January, 2020 - 17 January, 2020)

Here's the Weekly Digest for vueComponent/ant-design-vue-helper:


ISSUES

Last week 1 issue was created.
It is still open.

OPEN ISSUES

💚 #11 没有语法提示, by xumaoling0213


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

UPDATED PULL REQUEST

Last week, 1 pull request was updated.
💛 #10 Configure Renovate, by renovate[bot]


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository vueComponent/ant-design-vue-helper to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.