mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
15 lines
654 B
Markdown
15 lines
654 B
Markdown
---
|
|
layout: editable
|
|
title: Basics
|
|
---
|
|
|
|
The following section covers basic aspects of working with *IntelliJ Platform*.
|
|
Read it through to get familiar with the working environment, project structure, and frequently used API components.
|
|
|
|
* [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)
|
|
* [Indexing and PSI Stubs](basics/indexing_and_psi_stubs.html)
|
|
* [Run Configurations](basics/run_configurations.html)
|
|
* [Testing Plugins](basics/testing_plugins.html) |