https://github.com/hangxingliu/vscode-ant-design-pro
:rocket: Ant Design Pro Helper for Visual Studio Code
https://github.com/hangxingliu/vscode-ant-design-pro
ant-design-pro vscode-extension
Last synced: 7 months ago
JSON representation
:rocket: Ant Design Pro Helper for Visual Studio Code
- Host: GitHub
- URL: https://github.com/hangxingliu/vscode-ant-design-pro
- Owner: hangxingliu
- License: gpl-3.0
- Created: 2018-09-16T21:47:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T19:23:16.000Z (over 3 years ago)
- Last Synced: 2024-10-15T17:16:45.776Z (about 1 year ago)
- Topics: ant-design-pro, vscode-extension
- Language: JavaScript
- Size: 171 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Ant Design Pro Helper for VS Code
[](https://www.npmjs.com/package/vscode-ant-design-pro)
[](https://travis-ci.org/hangxingliu/vscode-ant-design-pro)An **experimental** extension for more convenient coding with Ant Design Pro in Visual Studio Code.
一个为了更方便编写 Ant Design Pro 项目的 VSCode 插件.
📌 Report bug or give me feedback (反馈Bug或给我建议):
[Github Issues](https://github.com/hangxingliu/vscode-ant-design-pro/issues)## Features
提供 `model`, `effect`, `reducer` 的补全与跳转. 以及一个 `model` 的树状图
1. Provide completions and definitions about `model`, `effect` and `reducer`.
2. Provide `Ant Design Pro` Panel(View) in the left side of VSCode. You can get a `model` overview in it.## Version
### 0.3.0 (2019-03-31)
0. Add support for typescript. (Related issue: #1)
### 0.2.0 (2019-03-06)
0. Support custom models directory via config VS Code `ant-design-pro.modelsDir`.
[CHANGELOG.md](CHANGELOG.md)
## Links
- [Ant Design Pro](https://github.com/ant-design/ant-design-pro)
- [CHANGELOG](CHANGELOG.md)## License
[GPL-3.0](LICENSE)
## Author
🤔 [LiuYue(hangxingliu)](https://github.com/hangxingliu)