Skip to content

Commit 7085e8b

Browse files
authored
Merge pull request #3 from WgoW/main
增加webstorm插件说明
2 parents 71b1ea4 + b10bf0b commit 7085e8b

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

docs/nodejs/webstorm.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
5+
# 在 webstorm 开发
6+
7+
1. 在插件市场搜索 `autox` 安装插件
8+
2. 去github直接下载插件安装包 [github](https://github.com/WgoW/AutoXPlugin/releases/tag/1.0),然后依次点击设置 -> plugins -> install plugin from disk -> 选择下载的插件包 -> restart IDE
9+
10+
> jetbrains全家桶都可以安装这个插件
11+
12+
插件安装后,可以按照插件说明文档进行操作手机端调试,快捷开发
13+
14+
15+
## ts 项目模板
16+
17+
参照vscode 开发中的说明
18+
19+
## 启用 v7 模块代码提示
20+
21+
参照vscode 开发中的说明
22+
23+

docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sidebar_position: 2
1313
AutoX.js 使用 JavaScript 作为脚本语言,目前使用 [Rhino 1.8.0](https://github.com/mozilla/rhino) 作为脚本引擎,支持 ES5 与部分 ES6 特性。
1414

1515
- 学习 AutoX.js 的 API 之前,建议先学习 JavaScript 的基本语法。
16-
- 如果想要在电脑上开发 AutoX.js,可以使用 VSCode 以及 [AutoX.js 插件](https://marketplace.visualstudio.com/items?itemName=aaroncheng.auto-js-vsce-fixed)
16+
- 如果想要在电脑上开发 AutoX.js,可以使用 VSCode 以及 [AutoX.js 插件](https://marketplace.visualstudio.com/items?itemName=aaroncheng.auto-js-vsce-fixed)另外,你也可以使用jetbrains公司的 [WebStorm](https://www.jetbrains.com/webstorm/)或其他ide来开发,插件市场搜索AutoX,或者直接去[github](https://github.com/WgoW/AutoXPlugin/releases/tag/1.0)下载。
1717
- 如果想要使用 TypeScript 来开发,目前有开发者公布了一个 [相关工具](https://github.com/pboymt/autojs-dev)
1818

1919
# AutoX.js 下载地址

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const sidebars: SidebarsConfig = {
6969
nodejs: [
7070
"nodejs/intro",
7171
"nodejs/vscode",
72+
"nodejs/webstorm",
7273
nodeModulesConfig,
7374
],
7475
// But you can create a sidebar manually

0 commit comments

Comments
 (0)