java - Writing IntelliJ Scala Plugin Plugins? -


given scala support plugin in intellij, there way of writing intellij plugins leveraging existing scala functionality?

things support parsing scala, getting ast, traversing class/trait hierarchy, etc. should part of scala plugin, , wondering if make use of these niceties get-go without having redo myself.

it's possible since intellij plugins can depend on each other

see e.g. http://plugins.intellij.net/plugin/?idea&pluginid=7080 , http://plugins.intellij.net/plugin/?idea&pluginid=5007


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -