docProcessorGradlePlugin icon indicating copy to clipboard operation
docProcessorGradlePlugin copied to clipboard

Gradle Plugin: KDoc / JavaDoc Preprocessor that can produce modified sources

Results 28 docProcessorGradlePlugin issues
Sort by recently updated
recently updated
newest added

https://github.com/JetBrains/intellij-community/blob/d3c84be365c4c6f29d40d67b2fdadc187a2717ab/plugins/kotlin/base/code-insight/minimal/src/org/jetbrains/kotlin/idea/kdoc/KDocTypedHandler.kt#L3

I'm thinking an extension that can bind KoDEx to a sourceset: For the sourceset it would: - run the processors and create a new -kodex sourcet - if possible, compile...

`@include [Doc]` or `@include Doc` both works but only the former is refactor-safe in IntelliJ. However, we know it's possible to have refactor-safe references without brackets because `@see Doc` also...

something like ```kt /** * {@include [A]([A.B]=something,etc...)} * or * @include A b=something,c=something else */ val a = 1 ``` need to take care about escaping and argument separation.

Fix: Improve KDoc parameter rendering in IntelliJ plugin This commit addresses issue #85 by enhancing how KDoc parameters are rendered in the KoDEx IntelliJ plugin. The rendering now takes into...

``` Unhandled exception in [Kernel@d51pik3ssp58vo624tnl, Rete(abortOnError=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@3d99d22e, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@3d99d22e)), DbSourceContextElement(kernel Kernel@d51pik3ssp58vo624tnl), ComponentManager(ProjectImpl@1986943535), com.intellij.codeWithMe.ClientIdContextElementPrecursor@137b6f0f, CoroutineName(com.intellij.codeInsight.navigation.CtrlMouseHandler2), Dispatchers.EDT] java.lang.IllegalStateException: KotlinCacheService should not be used for the K2 mode. See https://kotl.in/analysis-api/ for the migration....