mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
1.3 KiB
1.3 KiB
Download and Install IntelliJ IDEA
Download and install either IntelliJ IDEA Ultimate or IntelliJ IDEA Community Edition from here.
Check out Community Edition Source Files
While not required, having the full sources of the platform and all bundled plugins available for browsing allows finding related implementations.
{style="note"}
Download the IntelliJ IDEA Community Edition source files as described in the IntelliJ IDEA Community Edition README file.
Install Required Plugins
Make sure that the bundled Plugin DevKit and Gradle plugins are enabled. Install and enable Grammar-Kit and PsiViewer plugins.
Create a Project
Create an empty IntelliJ Platform Plugin project or start using when creating a plugin hosted on GitHub.