mirror of
https://gitee.com/openharmony/napi_generator
synced 2024-11-27 02:30:36 +00:00
!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:
commit
1259c3f61a
23
hdc/service/service_vs_plugin/src/README.md
Normal file
23
hdc/service/service_vs_plugin/src/README.md
Normal 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/)
|
BIN
hdc/service/service_vs_plugin/src/images/service.png
Normal file
BIN
hdc/service/service_vs_plugin/src/images/service.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user