None of that, unfortunately. But contributions are always welcome, and
I don't say that just to say it. Once 2.0 is out we can have a look at
all these little things, but I can't say any more than that. Truth is,
Eclipse might have a lot of the infrastructure required to do it, so
it may be a very good stepping stone.
I created a new ticket in the milestone enhancements, which aims to be
a pool of ideas for people who want to contribute to the IDE:
https://www.assembla.com/spaces/scala-ide/tickets/1000772
> Besides that, I find the current Scala Eclipse plugin to be eminently
> usable, so thanks for the great work.
thank you!
iulian
> Nils
--
« Je déteste la montagne, ça cache le paysage »
Alphonse Allais
I created a new ticket in the milestone enhancements, which aims to bea pool of ideas for people who want to contribute to the IDE:
https://www.assembla.com/spaces/scala-ide/tickets/1000772


Is that stuff dependent upon the presentation compiler?
In the REPL it does not show that information either.
Regards,
Bryan Hunt
On Wed, Nov 23, 2011 at 11:28 AM, iulian dragos <jagu...@gmail.com> wrote:I created a new ticket in the milestone enhancements, which aims to bea pool of ideas for people who want to contribute to the IDE:
https://www.assembla.com/spaces/scala-ide/tickets/1000772If I understand the ticket description correctly, it's for auto-completing the code, correct? While that's helpful for some people, that wasn't what my poorly worded question was about. Rather, I'm asking to see, on the content assist drop-down window, the parameter names alongside the types. In Java, both are shown, in Scala only the types. And then below the drop-down, the Javadocs are shown for Java, which would also be a nice addition to Scala, but less important for workflow.
I've appended two screenshots to illustrate.Java shows parameter names:while Scala does not:I hope that clarifies.Thanks again!