mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
com.intellij.intentionAction: new language
property
This commit is contained in:
parent
5beb16958f
commit
78e6492324
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user