Unofficial IntelliJ SDK Code Samples that Might Not Fit Into the Main SDK Docs
Code Samples depend on the IntelliJ Platform SDK and Gradle as a build system.
The main plugin definition file is stored in the plugin.xml
file, which is created according to the Plugin Configuration File documentation.
It describes definitions of the actions, extensions, or listeners provided by the plugin.
In the following table, you may find all available samples provided in the separated directories as stand-alone projects available for running with the Gradle :runIde
task.
Code Sample | Description |
---|---|
Directory Project Generator | Alternate way to add project types File | New | Project... in some of the smaller IDE's. |
Github Tag Downloaded Project Generator | Create a project using files from GitHub with the ability to select a specific version. |