diff options
| author | ruki <[email protected]> | 2017-10-10 23:07:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-10-10 12:42:55 +0800 |
| commit | 6f6df4ab8ee2ce06f28008bb4e1dd57444fbcb49 (patch) | |
| tree | bf3f8b189902edeffb3cafe8e788f3179aa4d196 | |
| parent | 04daf89d3f76d473de14878d0c19b35267993663 (diff) | |
modify readme
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | README_zh.md | 4 |
3 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc535498..50c24efb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Add `add_imports` to bulk import modules for the target, option and package script * Add `xmake -y/--yes` to confirm the user input by default * Add `xmake l package.manager.install xxx` to install software package +* Add xmake plugin for vscode editor, [xmake-vscode](https://marketplace.visualstudio.com/items?itemName=tboox.xmake-vscode#overview) ### Changes @@ -373,6 +374,7 @@ * 添加`add_imports`去为target,option和package的自定义脚本批量导入模块,简化自定义脚本 * 添加`xmake -y/--yes`去确认用户输入 * 添加`xmake l package.manager.install xxx`模块,进行跨平台一致性安装软件包 +* 添加vscode编辑器插件支持,更加方便的使用xmake,[xmake-vscode](https://marketplace.visualstudio.com/items?itemName=tboox.xmake-vscode#overview) ### 改进 @@ -146,6 +146,10 @@ $ xmake run -d console Please download and install from the plugins repository [xmake-plugins](https://github.com/tboox/xmake-plugins). +## IDE Integration + +* [xmake-vscode](https://github.com/tboox/xmake-vscode): [](https://marketplace.visualstudio.com/items?itemName=tboox.xmake-vscode#overview) + ## Examples [](https://asciinema.org/a/133693) diff --git a/README_zh.md b/README_zh.md index ed440dba0..f371f398b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -152,6 +152,10 @@ $ xmake run -d console 请到插件仓库进行下载安装: [xmake-plugins](https://github.com/tboox/xmake-plugins). +## IDE插件 + +* [xmake-vscode](https://github.com/tboox/xmake-vscode): [](https://marketplace.visualstudio.com/items?itemName=tboox.xmake-vscode#overview) + ## 简单例子 [](https://asciinema.org/a/133693) |
