I want my users create and edit a dsl file in their IDEA without writing any import statements.
For now we decided to make an IDEA plugin, associate the dsl file type with the plugin and add needed default imports in that plugins, so that IDEA can check dsl correctness. It works, though forces our users to use IDEA and our plugin, it’s ok, but maybe there’s a simpler way