Re: IntelliScala plugin released
Eugene Vigdorchik <ven <at> jetbrains.com> writes:
>
> Hello All,
>
> We've released the plugin for Scala version 0.1. You can find it in the plugin
repository available
>
> Enjoy,
> Scala plugin development team
Excellent work! I'm playing with this right now; it's too bad it doesn't work
for IntelliJ 6, because build #6733 of Selena has some unfortunate
instabilities. But this plugin is great.
One question: the project view shows me call my classes, not my source files;
which in most cases is fine, but not really for case classes. Imagine a source
tree with hundreds of case classes used for an AST or some other treewalker; the
directory tree in the project view becomes very difficult to navigate. Is it
possible that perhaps case classes should be placed as items hierarchically
underneath their parent class?
Also... is the Scala plugin written in Scala?
Ryan