Plugin Development: Run CLion from intellij when testing developments

Answered

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?

 

0
3 comments

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 intellij entry in the build.gradle script as it's suggested in the instruction? 

1
Avatar
Permanently deleted user

Hi Anna,,

 

Thank you very much!

I had not seen this page yet. It is exactly what I needed.

0

You're welcome! I'm glad it helped :)

0

Please sign in to leave a comment.