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

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

Awesome Lists containing this project

README

          

# Ant Design Pro Helper for VS Code

[![npm Version](https://img.shields.io/npm/v/vscode-ant-design-pro.svg)](https://www.npmjs.com/package/vscode-ant-design-pro)
[![Build Status](https://travis-ci.org/hangxingliu/vscode-ant-design-pro.svg?branch=master)](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)