github-actions[bot] c1a7850b81
🛠 Dependabot Combined PR (#547)
code samples: Bumps org.jetbrains.intellij from 1.1.4 to 1.1.6.
2021-09-06 15:34:00 +02:00
..
2021-08-18 10:50:33 +02:00
2021-01-18 11:21:51 +01:00
2020-09-21 17:15:08 +02:00

PyCharm Sample JetBrains IntelliJ Platform SDK Docs

Reference: PyCharm Plugin Development in IntelliJ SDK Docs

Quickstart

PyCharm Sample is a plugin that depends on the PyCharm IDE having the proper dependencies specified in the Gradle configuration file. The implementation utilizes a simple action added to the MainMenu group displaying a message dialog after invoking.

Actions

ID Implementation Base Action Class
org.intellij.sdk.pycharm.PopupDialogAction PopupDialogAction AnAction

Reference: Action System in IntelliJ SDK Docs