mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
36 lines
2.3 KiB
Markdown
36 lines
2.3 KiB
Markdown
---
|
|
title: IntelliJ Platform SDK
|
|
redirect_from:
|
|
- /index.html
|
|
- /welcome.html
|
|
---
|
|
<!-- 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. -->
|
|
|
|
[](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
|
|
|
|
Welcome to the _IntelliJ Platform_ SDK. This is the primary source of documentation for extending the _IntelliJ Platform_, by creating plugins, custom language support or building a custom IDE.
|
|
|
|
## Getting Started
|
|
|
|
* [**What is the IntelliJ Platform?**](intellij_platform.md)
|
|
* [**About this Guide**](about.md)
|
|
* [**Key Topics**](key_topics.md)
|
|
* [**Getting Help**](getting_help.md)
|
|
* [**Getting Started**](/basics/getting_started.md)
|
|
* [**Useful Links**](/appendix/resources/useful_links.md)
|
|
|
|
## Updates
|
|
See [Content Updates](content_updates.md) for latest changes. Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/) for latest announcements.
|
|
|
|
Upgrading your plugin to the latest platform release? Make sure to check [Incompatible Changes](/reference_guide/api_changes_list.md) as well as [Notable Changes and Features](/reference_guide/api_notable/api_notable.md).
|
|
|
|
[Dynamic Plugins](/basics/plugin_structure/dynamic_plugins.md) are available in 2020.1. We've also published our roadmap for the IntelliJ Platform for 2020: [Part I](https://blog.jetbrains.com/idea/2019/12/intellij-platform-roadmap-for-2020/) [Part II](https://blog.jetbrains.com/idea/2020/01/intellij-based-ide-features-roadmap-for-2020/)
|
|
|
|
> **NOTE** 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/).
|
|
|
|
## 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](/CONTRIBUTING.md) for details on how to host the docs locally and contribute.
|
|
|
|
Please see [Getting Help](getting_help.md) if you encounter bugs in this guide or require help with missing content.
|