mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
api_notable_list_2023.md: unbundled plugins
This commit is contained in:
parent
0abbfef827
commit
42c97a66e8
@ -1,7 +1,7 @@
|
||||
# Notable Changes in IntelliJ Platform and Plugins API 2023.*
|
||||
|
||||
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
# Notable Changes in IntelliJ Platform and Plugins API 2023.*
|
||||
|
||||
<link-summary>List of known Notable API Changes in 2023.*</link-summary>
|
||||
|
||||
_Early Access Program_ (EAP) releases of upcoming versions are available [here](https://eap.jetbrains.com).
|
||||
@ -22,6 +22,11 @@ External Annotators in Dumb Mode
|
||||
Local inspections performance
|
||||
: Custom language plugins with many inspections should consider registering a default visitor to improve processing, see [](code_inspections_and_intentions.md#inspections-performance).
|
||||
|
||||
### IntelliJ IDEA 2023.3
|
||||
|
||||
Unbundled plugins
|
||||
: Several plugins (Android, Ant, GlassFish, Plugin DevKit) have been unbundled. The IDE will suggest installation if the project contains related framework dependency. If your plugin depends on them, users will need to install them from the [JetBrains Marketplace](https://plugins.jetbrains.com).
|
||||
|
||||
## 2023.2
|
||||
|
||||
### IntelliJ Platform 2023.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user