mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 17:27:49 +08:00
17 lines
762 B
Markdown
17 lines
762 B
Markdown
---
|
|
title: Quick Start Guide
|
|
---
|
|
|
|
This section covers the basics of working with *IntelliJ Platform*.
|
|
It will familiarize you with the working environment, project structure, and frequently used API components.
|
|
|
|
* [Main Types of IntelliJ Platform Plugins](basics/types_of_plugins.md)
|
|
* [Getting Started](basics/getting_started.md)
|
|
* [Architectural Overview](basics/architectural_overview.md)
|
|
* [Project Structure](basics/project_structure.md)
|
|
* [Check Out And Build Community Edition](basics/checkout_and_build_community.md)
|
|
* [IDE Settings, Caches, Logs, and Plugins](basics/settings_caches_logs.md)
|
|
* [Indexing and PSI Stubs](basics/indexing_and_psi_stubs.md)
|
|
* [Run Configurations](basics/run_configurations.md)
|
|
* [Testing Plugins](basics/testing_plugins.md)
|