2015-06-08 11:44:11 +02:00

18 lines
793 B
Markdown

---
layout: editable
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 IDEA Plugins](basics/types_of_plugins.html)
* [Getting Started](basics/getting_started.html)
* [Architectural Overview](basics/architectural_overview.html)
* [Project Structure](basics/project_structure.html)
* [Check Out And Build Community Edition](basics/checkout_and_build_community.html)
* [IDE Settings, Caches, Logs, and Plugins](basics/settings_caches_logs.html)
* [Indexing and PSI Stubs](basics/indexing_and_psi_stubs.html)
* [Run Configurations](basics/run_configurations.html)
* [Testing Plugins](basics/testing_plugins.html)