Hi, I have plugin SequenceDiagram C/C++ which using some API on bundledPlugins com.intellij.cidr.lang, and the plugin con only work in classic engine, how to make chage to make it work in Clion Nova mode?
when I switch to Nova mode, the com.intellij.cidr.lang not availble.
Technically, my plugin is based on PSI which is provided by bundled plugin com.intellij.cidr.lang. When switching to Nova (rider Engine), what plug-in provides a similar PSI API?