Zac Sweers
08/07/2022, 9:03 PMfinal
modifier in decompiled bytecode?
• If so, should plugin authors implement this functionality in their plugins? When would they choose to implement it in FIR vs IR in those cases?dmitriy.novozhilov
08/08/2022, 9:54 AMFor instance - in the all-open plugin, if the FIR extension is enabled will the IDE properly render the strippedRight now it's implemented only loading of frontend K2 extensions in IDE, but it's planned to support backend too, so plugins will work in kotlin bytecode tool window and debugger. But I don't have any estimate when it will be donemodifier in decompiled bytecode?final
If so, should plugin authors implement this functionality in their plugins? When would they choose to implement it in FIR vs IR in those cases?This choice depends on plugin itself, not on IDE support. If changes from plugin whould be visible to user in the same module, then it should be implemented in frontend
master
branch
The reason is that at this moment FIR IDE is incompatible with any of release versions of IDEA because of changes in IDEA platform which are needed for FIR IDE to workZac Sweers
08/11/2022, 2:23 PM