mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
18 lines
551 B
Markdown
18 lines
551 B
Markdown
---
|
|
layout: editable
|
|
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) |