mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
api_changes_list.md: minor
This commit is contained in:
parent
88f9abd42f
commit
e83ed6882c
@ -80,14 +80,14 @@ If your plugin is hosted on GitHub, it is also readily available via these GitHu
|
|||||||
- [IntelliJ Plugin Verifier](https://github.com/marketplace/actions/intellij-plugin-verifier)
|
- [IntelliJ Plugin Verifier](https://github.com/marketplace/actions/intellij-plugin-verifier)
|
||||||
|
|
||||||
### IDE Support
|
### IDE Support
|
||||||
Consider using the following IDE inspections to get additional alerts about code that uses unstable API features:
|
Consider using the following [IDE inspections](https://www.jetbrains.com/help/idea/code-inspection.html) to get additional alerts about code that uses unstable API features:
|
||||||
- JVM languages \| Unstable API Usage
|
- JVM languages \| Unstable API Usage
|
||||||
- JVM languages \| Unstable type is used in signature
|
- JVM languages \| Unstable type is used in signature
|
||||||
|
|
||||||
|
|
||||||
## Known Breaking Changes
|
## Known Breaking Changes
|
||||||
|
|
||||||
The following pages list the breaking changes in IDE/plugin releases with required/recommended steps to take by plugin authors.
|
The following pages list the breaking changes in IDE and plugin releases with required/recommended steps to take by plugin authors.
|
||||||
|
|
||||||
* [**Changes in 2020.***](api_changes/api_changes_list_2020.md)
|
* [**Changes in 2020.***](api_changes/api_changes_list_2020.md)
|
||||||
* [**Changes in 2019.***](api_changes/api_changes_list_2019.md)
|
* [**Changes in 2019.***](api_changes/api_changes_list_2019.md)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user