Hey, does KSP has some kind of intellij idea support for real time reprocessing? Say, you change relevant piece of code, it triggers processor. I assume that's not a thing yet and will require ide plugin, and the processor execution itself is quite expensive. For now, the only way i found to actually trigger the processor is to build the project. Am i wrong? Is there a correct way to use it?
j
Jiaxiang
07/15/2022, 5:18 PM
This is not currently supported. IDE support is in our vision but has a long way to go before we implemented other higher priority features. You have to manually trigger a processor at this moment.