Jakub Chrzanowski eafe86f0db proofreading
2020-08-19 15:32:54 +02:00

17 lines
726 B
Markdown

---
title: Quick Start Guide
redirect_from:
- /basics.html
---
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
This section covers the basics of working with the *IntelliJ Platform*.
It will familiarize you with the working environment, project structure, and frequently used API components.
* [Main Types of IntelliJ Platform Plugins](types_of_plugins.md)
* [Creating Your First Plugin](getting_started.md)
* [Plugin Structure](plugin_structure.md)
* [Kotlin for Plugin Developers](/tutorials/kotlin.md)
* [IDE Development Instances](ide_development_instance.md)
* [Plugin development FAQ](faq.md)