Skip to content

Commit a007da1

Browse files
committed
improve idea-plug-in-development-intro.md
1 parent c5a20e5 commit a007da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/idea-tutorial/idea-tips/idea-plug-in-development-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public class HelloAction extends AnAction {
169169

170170
## 04 验收成果
171171

172-
点击 `Gradle -> runIde` 就会启动一个默认了这个插件的 IDEA。然后,你可以在这个 IDEA 上实际使用这个插件了。
172+
点击 `Gradle -> Tasks -> intellij -> runIde` 就会启动一个默认了这个插件的 IDEA。然后,你可以在这个 IDEA 上实际使用这个插件了。
173173

174174
![点击 runIde 就会启动一个默认了这个插件的 IDEA](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/2020-11/image-20201118075912490.png)
175175

0 commit comments

Comments
 (0)