Plugin Development: Run CLion from intellij when testing developments
已回答
I am developing a CLion plugin using a gradle project in intelliJ.
I can launch the build and and launch an instance of intelliJ with my plugin current development version (as explained in the documentation).
But my plugin has to be restricted to CLion and is deactivated when launching IntelliJ from gradle (as expected).
Is it possible to launch an instance of CLion with my plugin current development version from IntelliJ using gradle?
请先登录再写评论。
Hi Pierre!
Please see our detailed instruction, it might be helpful: https://www.jetbrains.com/help/clion/develop-plugins-for-clion.html#get-started.
Have you tried changing the
intellijentry in the build.gradle script as it's suggested in the instruction?Hi Anna,,
Thank you very much!
I had not seen this page yet. It is exactly what I needed.
You're welcome! I'm glad it helped :)