mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
* switch to 242, update gh-ic links * fix link * fix link * fix link * fix link * regen EP lists still some diff between 242 and EAP8 * convert gh-ic-master links * GH code-samples: update PV IDE versions * code samples: adjust target IDE&since/until values * regen EP lists from release branch * intellij_community_plugins_extension_point_list.md: fix duplicate heading * intellij_community_plugins_extension_point_list.md: fix DevKit.lang.visitorProviderForRBCInspection EP * GH: update PV versions * 2024.2 GA
PyCharm Sample 
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