Overview of IntelliJ Platform SDK Code Samples
mainThe IntelliJ Platform SDK Code Samples repository provides practical examples to help developers learn how to build plugins for JetBrains products. These samples demonstrate how various platform features work and can be used to jumpstart plugin development.
Key resources for exploring the platform include:
- Extension Points: Browse the available Extension Points to see how to hook into the IDE.
- IntelliJ Platform Explorer: Use IntelliJ Platform Explorer to explore how specific Extension Points are used in existing open-source plugins.
- API Exploration: Learn how to Explore the IntelliJ Platform API.