We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a20e5 commit a007da1Copy full SHA for a007da1
docs/idea-tutorial/idea-tips/idea-plug-in-development-intro.md
@@ -169,7 +169,7 @@ public class HelloAction extends AnAction {
169
170
## 04 验收成果
171
172
-点击 `Gradle -> runIde` 就会启动一个默认了这个插件的 IDEA。然后,你可以在这个 IDEA 上实际使用这个插件了。
+点击 `Gradle -> Tasks -> intellij -> runIde` 就会启动一个默认了这个插件的 IDEA。然后,你可以在这个 IDEA 上实际使用这个插件了。
173
174

175
0 commit comments