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
- Host: GitHub
- URL: https://github.com/vuecomponent/ant-design-vue-helper
- Owner: vueComponent
- Created: 2019-01-04T05:42:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:26:45.000Z (over 1 year ago)
- Last Synced: 2025-06-01T16:40:01.987Z (22 days ago)
- Language: TypeScript
- Size: 168 KB
- Stars: 46
- Watchers: 4
- Forks: 25
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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

### 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

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

## Contribution
Your pull request will make ant-design-vue-helper better.
## LICENSE
MIT