For a plugin supporting the TestBalloon Kotlin test framework, I’m using lines like the following to fold stack traces in the console output:
<stacktrace.fold substring="at de.infix.testBalloon.framework."/>
This triggers the inspection
Usage of API marked with @org.jetbrains.annotations.ApiStatus.Internal. Such API should not be used outside of IntelliJ IDEA project.
Could that API be opened?
If not, what would be the recommended way to achieve the goal of output folding without using this internal API?