breandan considine 7b75f3ad99 Replaced internal .html links with .md extension
Find: (\([^:\)]+\.)html\)

Replace: $1md\)
2015-08-06 19:38:31 -04:00

24 lines
882 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.md) section.
More detailed explanation of the API components can be found in the
[Architecture Reference Guide](reference_guide.md).
**List of Tutorials:**
* [Custom Language Support](tutorials/custom_language_support_tutorial.md)
* [Writing Tests For Plugins](tutorials/writing_tests_for_plugins.md)
* [Action System](tutorials/action_system.md)
* [Editor Basics](tutorials/editor_basics.md)
* [Project Wizard](tutorials/project_wizard.md)
* [Code Inspections](tutorials/code_inspections.md)
* [Run Configurations](tutorials/run_configurations.md)
* [Supporting Frameworks](tutorials/framework.md)
* [Tree Structure View](tutorials/tree_structure_view.md)