mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
1.2 KiB
1.2 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.
{type="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 plugin is enabled. Install and enable Grammar-Kit and PsiViewer plugins.
Create a Project
Create an IntelliJ Platform Plugin project.