Is there a public API for CLion internals?

Answered

I want to make a plugin but it requires an ability to navigate in C/C++ code with a proper AST. PsiFile/PsiElement seems like a hard-to-handle solution because it's abstracts some C/C++ internal data away

 
0
1 comment

Hello!

At this moment CLion doesn't provide a stable public API. You can always contact us via email clion-support at jetbrains.com and we will try to help you.

0

Please sign in to leave a comment.