!250 [service-gen] add service_vs_plugin README and modify service_vs_plugin/src/package.json

Merge pull request !250 from zhaojunxia/master
This commit is contained in:
openharmony_ci 2023-03-07 07:46:33 +00:00 committed by Gitee
commit 1259c3f61a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 27 additions and 3 deletions

View File

@ -0,0 +1,23 @@
# Service生成工具使用说明
## 简介
Service代码生成工具它可以能够帮助使用者生成IPC通信框架代码提升开发效率。
## 约束
visual studio code 版本需1.62.0及以上。
## 操作简介
1.安装VS Code插件。
2.打开任意文件夹或文件鼠标单击右键选择“Generate Service Frame”插件。
3.在窗口中填写相应参数。
详细说明见[工具使用说明](https://gitee.com/openharmony/napi_generator/blob/master/hdc/service/service_vs_plugin/docs/INSTRUCTION_ZH.md)
## 合作共建
[联系方式](https://www.kaihong.com/)

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -1,12 +1,13 @@
{
"name": "service",
"displayName": "service",
"description": "test",
"name": "service-gen",
"displayName": "service-gen",
"description": "Generate IPC service framework code for OpenHarmony",
"version": "0.0.1",
"keywords": [
"service",
"service-gen"
],
"icon": "images/service.png",
"engines": {
"vscode": "^1.62.0"
},