Hello!
There is a desire to use Grid module features to render Tables for custom language (ImpEx), in particular, text-range specific content rendering with support of the CsvTableDataFragmentFile class.
After declaring dependency on bundled plugin “intellij.grid.plugin” there is no visibility to “intellij.grid.impl” module and related classes.
That class is available during the runtime via Class.forName(..), but not visible during compilation time.
What should be the right way to enable complete Grid capabilities in the 3rd-party plugin?
Thanks in advance!