Add IDEA action to show raw FIR of currently opened file
This action works correctly with fir.enabled=true in Gradle properties
This commit is contained in:
committed by
Mikhail Glukhikh
parent
e5f0f2489f
commit
8a5a43d670
@@ -131,6 +131,9 @@
|
||||
|
||||
<action id="KotlinFormattingSettingsStatusAction" class="org.jetbrains.kotlin.idea.actions.internal.KotlinFormattingSettingsStatusAction"
|
||||
text="Formatter settings info"/>
|
||||
|
||||
<action id="ShowFirAction" class="org.jetbrains.kotlin.idea.actions.internal.ShowFirAction"
|
||||
text="Show RAW FIR Explorer"/>
|
||||
</group>
|
||||
<separator/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user