2021-04-08 17:39:11 +02:00

40 lines
2.4 KiB
Markdown

[//]: # (title: IntelliJ Platform SDK)
<!-- 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. -->
[![official JetBrains project](https://jb.gg/badges/official-flat-square.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [![Twitter Follow](https://img.shields.io/twitter/follow/JBPlatform?style=flat-square)](https://twitter.com/JBPlatform/) [![Slack](https://img.shields.io/badge/Slack-%23intellij--platform-blue)](https://plugins.jetbrains.com/slack)
Welcome to the IntelliJ Platform SDK - the primary source of documentation for extending the IntelliJ Platform by creating plugins, custom language support, or building a custom IDE.
## Getting Started
Watch [Busy plugin developers series. Episode 0](https://www.youtube.com/watch?v=-6D5-xEaYig) to get started with developing plugins and publishing on [JetBrains Marketplace](https://plugins.jetbrains.com).
* [What is the IntelliJ Platform?](intellij_platform.md)
* [About this Guide](about.md)
* [Key Topics](key_topics.md)
* [Getting Help](getting_help.md)
* [Creating Your First Plugin](getting_started.md)
* [Useful Links](useful_links.md)
* [Marketing](marketing.md)
## Updates
See [Content Updates](content_updates.md) for the latest changes.
Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/) for the latest announcements.
Upgrading your plugin to the latest platform release? Make sure to check [Incompatible Changes](api_changes_list.md) as well as [Notable Changes and Features](api_notable.md).
Verify your plugin follows guidelines from [Dynamic Plugins](dynamic_plugins.md) to allow installing/updating without IDE restarts.
> If your plugin depends on Java functionality and targets 2019.2 or later, please make sure to follow the steps from this [blog post](https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin/).
>
{type="note"}
## Open Source
This guide is Open Source and licensed under Apache 2.0.
The source (as Markdown) is [hosted on GitHub](https://github.com/JetBrains/intellij-sdk-docs).
Please see [CONTRIBUTING.md](intellij-sdk-docs-original_CONTRIBUTING.md) for details on hosting the docs locally and contributing.
Please see [Getting Help](getting_help.md) if you encounter bugs in this guide or require help with missing content.