C/CPP psi language docs availability?
Answered
Hi,
I am trying to develop a CLion plugin, so far I am tinkering with https://github.com/zero9178/C-Cpp-Coverage-for-CLion
But when I try to navigate to any CPP psi class in
com.jetbrains.cidr.lang.psi
I get a decompiled version of the class without any docs.
So is there any place where I can find the documentation on each class/methods?
Thanks.
Please sign in to leave a comment.
These are closed source, and we have currently no plans to publish them.
Even the API? Because it is kinda hard to do anything productive with the C/CPP ast other then common PSI analysis, nothing C/CPP specific.
No, especially since big changes are planned in this area. If you have specific questions, please ask.