pluginwritingacademy / even-more-intellij-sdk-code-samples

Unofficial IntelliJ SDK Code Samples that Might Not Fit Into the Main SDK Docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Even More IntelliJ SDK Code Samples

Unofficial IntelliJ SDK Code Samples that Might Not Fit Into the Main SDK Docs

Structure

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.

Code Samples

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.

About

Unofficial IntelliJ SDK Code Samples that Might Not Fit Into the Main SDK Docs

License:Apache License 2.0