intellij-sdk-code-samples/basics/getting_started.md
breandan considine 7b75f3ad99 Replaced internal .html links with .md extension
Find: (\([^:\)]+\.)html\)

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

26 lines
1002 B
Markdown

---
title: Creating Your First Plugin
---
This documentation section will help you get started with developing plugins for *IntelliJ Platform*.
You can use either
[IntelliJ IDEA Community Edition](https://www.jetbrains.com/idea/download/) or
[IntelliJ IDEA Ultimate](https://www.jetbrains.com/idea/download/) as your IDE.
Both include the complete set of plugin development tools.
To become more familiar with *IntelliJ IDEA*, please refer to
[IntelliJ IDEA Web Help](https://www.jetbrains.com/idea/help/intellij-idea.html)
* [Setting Up a Development Environment](getting_started/setting_up_environment.md)
* [Creating a Plugin Project](getting_started/creating_plugin_project.md)
* [Build Number Ranges](getting_started/build_number_ranges.md)
* [Running and Debugging a Plugin](getting_started/running_and_debugging_a_plugin.md)
* [Deploying a Plugin](getting_started/deploying_plugin.md)
* [Plugin Compatibility with IntelliJ Platform Products](getting_started/plugin_compatibility.md)