getting sources or docs into clion plugin for the jars that have source available?
Hi,
I am looking at a docs plugin for a clion library. So I have a gradle v2 build against the followed runide environment
```
platformType = CL
platformVersion = 2025.1.1
```
However because there is no source available for the clion target, all the API stuff is returning decompiled source (which has no javadocs or comments etc)
presumably I can go through, and link these libraries to their corresponding source code in https://github.com/JetBrains/intellij-community repo, and switch to a similar branch.
is there any way to do this automatically?
it seems that sometimes its finding the sources, but mostly not:

It seems like there is a lack of good plugins for clion, and this might be because its hard to parse out the API from the decompiled signatures alone.
Any pointers on this?
I see these example clion plugins,
1. https://github.com/ogrebenyuk/compilerexplorer
2. https://github.com/conan-io/conan-clion-plugin
3. https://github.com/EddieRingle/clion-cmakedocs/blob/master/src/main/kotlin/CMakeDocProvider.kt
but they seem pretty limited, and some have obsoleted methods etc
请先登录再写评论。