com.intellij.intentionAction: new language property

This commit is contained in:
Yann Cébron 2022-08-22 16:38:13 +02:00
parent 5beb16958f
commit 78e6492324
2 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,7 @@
<extensions defaultExtensionNs="com.intellij">
<intentionAction>
<!-- add "<language>JAVA</language>" when targeting 2022.3 and later only -->
<className>org.intellij.sdk.intention.ConditionalOperatorConverter</className>
<category>SDK intentions</category>
</intentionAction>

View File

@ -8,6 +8,9 @@ K
### IntelliJ Platform 2022.3
Specify language for intention
: Specify `<language>` in `com.intellij.intentionAction` EP registration to avoid instantiating language-specific intentions in non-relevant places.
## 2022.2
### IntelliJ Platform 2022.2