Given that Scala support is itself a plugin in intellij, is there any way of writing intellij plugins leveraging the existing Scala functionality?
Things like support for parsing Scala, getting an AST, traversing the class/trait hierarchy, etc. should already be a part of the scala plugin, and I was wondering if I could make use of all these niceties from the get-go without having to redo it all myself.