From 6f6df4ab8ee2ce06f28008bb4e1dd57444fbcb49 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 10 Oct 2017 23:07:09 +0800 Subject: modify readme --- CHANGELOG.md | 2 ++ README.md | 4 ++++ README_zh.md | 4 ++++ 3 files changed, 10 insertions(+) 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) ### 改进 diff --git a/README.md b/README.md index 32d2141ea..f421ddef2 100644 --- a/README.md +++ b/README.md @@ -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): [![xmake-vscode](https://img.shields.io/vscode-marketplace/v/tboox.xmake-vscode.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=tboox.xmake-vscode#overview) + ## Examples [![asciicast](https://asciinema.org/a/133693.png)](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): [![xmake-vscode](https://img.shields.io/vscode-marketplace/v/tboox.xmake-vscode.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=tboox.xmake-vscode#overview) + ## 简单例子 [![asciicast](https://asciinema.org/a/133693.png)](https://asciinema.org/a/133693) -- cgit v1.3.1