- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
eclipse plugin could tooltip the type of selection
Thu, 2010-02-25, 14:41
This would be really helpful: figure out the resulting type of the selection.
I find myself writing longer and longer expressions, now with map/filter/etc
and sometimes get freaky type mismatches (usually some Products appear out
of nowhere, as scala tries to come up with a type).
...the only solution is breaking it up in pieces and assign to some vals -
just to see the resulting types to figure out my problem.
Instead, it would be cool if i can just select a part of the expression and
the eclipse plugin to show the type of that part of the expression.
Sounds interesting? I'll create a feature request if so...
-----
Razvan Cojocaru,
Work: http://www.sigma-systems.com
Playground: http://wiki.homecloud.ca
Follow me: http://feeds.razie.com/RazvanTech RSS Feed ,
http://twitter.com/razie Twitter .
Fri, 2010-02-26, 22:27
#2
Re: eclipse plugin could tooltip the type of selection
+1, that would indeed be nice.
Andreas
On Thu, Feb 25, 2010 at 1:40 PM, Razvan Cojocaru wrote:
> Instead, it would be cool if i can just select a part of the expression and
> the eclipse plugin to show the type of that part of the expression.
>
> Sounds interesting? I'll create a feature request if so...
Yup, sounds good ... please create an enhancement ticket for it in
Trac. With a patch attached would be even better :-)
Cheers,
Miles