2015-07-09 15:54:37 +01:00

24 lines
904 B
Markdown

---
title: Tutorials
---
This section contains a set of step-by-step tutorials which some aspects of work with *IntelliJ Platform*.
To set up development environment and get started please refer to the
[Basics](basics.html) section.
More detailed explanation of the API components can be found in the
[Architecture Reference Guide](reference_guide.html).
**List of Tutorials:**
* [Custom Language Support](tutorials/custom_language_support_tutorial.html)
* [Writing Tests For Plugins](tutorials/writing_tests_for_plugins.html)
* [Action System](tutorials/action_system.html)
* [Editor Basics](tutorials/editor_basics.html)
* [Project Wizard](tutorials/project_wizard.html)
* [Code Inspections](tutorials/code_inspections.html)
* [Run Configurations](tutorials/run_configurations.html)
* [Supporting Frameworks](tutorials/framework.html)
* [Tree Structure View](tutorials/tree_structure_view.html)