An open API service indexing awesome lists of open source software.

https://github.com/vuecomponent/ant-design-vue-helper

A vscode extension for Ant-Design-Vue
https://github.com/vuecomponent/ant-design-vue-helper

Last synced: 8 days ago
JSON representation

A vscode extension for Ant-Design-Vue

Awesome Lists containing this project

README

        

# 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](https://user-images.githubusercontent.com/4122593/50880828-ac10d400-141a-11e9-8a43-5b724d3a24e6.gif)

### 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](https://code.visualstudio.com/docs/getstarted/keybindings#_keyboard-shortcuts-editor)

## Autocomplete

![autocomplete](https://user-images.githubusercontent.com/4122593/50881037-57218d80-141b-11e9-8390-ddd49740e051.gif)

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

## Snippets

![snippets](https://user-images.githubusercontent.com/4122593/50881213-e9299600-141b-11e9-96c9-2e259616e6a2.gif)

## Contribution

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

## LICENSE

MIT