- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
IntelliJ and Eclipse Plugins / Scala 2.8.0.Beta1
Thu, 2010-03-25, 23:24
Firstly I'd like to thank those involved in the development of both the IDEA
and Eclipse plugins (I haven't tried the Netbeans Scala plugin yet); these
have both already been making Scala development more effective for us.
I see there is a new version of IDEA (9.0.2) available as of today. I have
been using 9.0.1 with the Scala plugin which I tweak (in "Project
Structure") to use the 2.8.0.Beta1 libraries, fairly successfully. Is there
a way to run a 2.8.0.Beta1 Scala console as well?
Using the Eclipse Scala plugin nightly builds (ie Scala 2.8...), we are yet
to see code completion. At a recent Scala event in London I seem to remember
Colin saying that this may be quite a way down the road since Eclipse
doesn't best facilitate the development of such functionality. Are there any
developments that could make code completion available anytime soon?
Regards - Cemal
jWeekend
OO & Java Technologies, Wicket
Consulting, Development, Training
http://jWeekend.com
Fri, 2010-03-26, 16:17
#2
Re: IntelliJ and Eclipse Plugins / Scala 2.8.0.Beta1
Miles,
Yes, member completion has been OK for a while as far as I have noticed, but
class name completion has not been implemented yet, I assume.
I update the plugin almost daily. The evolution since the 2.7 plugin is
rather impressive and this really aids development, especially for people
making the switch to Scala from Java and the "perfected" IDE support they're
accustomed to.
Do you have a roadmap of what new functionality you would hope to deliver in
the coming releases?
Regards - Cemal
jWeekend
OO & Java Technologies, Wicket
Consulting, Development, Training
http://jWeekend.com
Miles Sabin wrote:
>
> On Thu, Mar 25, 2010 at 3:24 PM, jWeekend
> wrote:
>> Using the Eclipse Scala plugin nightly builds (ie Scala 2.8...), we are
>> yet
>> to see code completion. At a recent Scala event in London I seem to
>> remember
>> Colin saying that this may be quite a way down the road since Eclipse
>> doesn't best facilitate the development of such functionality. Are there
>> any
>> developments that could make code completion available anytime soon?
>
> You should be seeing member completion at least. If you're not, could
> you open a ticket in Trac with a minimal example that reproduces the
> problem.
>
> Cheers,
>
>
> Miles
>
Wed, 2010-03-31, 20:57
#3
Re: IntelliJ and Eclipse Plugins / Scala 2.8.0.Beta1
Hello,
please, how do I update the eclipse plugin?
I'm using the update site for 2.8 beta (Scala 2.8 Beta -
http://www.scala-lang.org/scala-eclipse-plugin-beta-preview) - it says that
there is nothing to update...
and the actual version I'm using is 2.8.0.r2067.
Thanks,
Marcos Ackel
jWeekend wrote:
>
> Miles,
>
> Yes, member completion has been OK for a while as far as I have noticed,
> but class name completion has not been implemented yet, I assume.
>
> I update the plugin almost daily. The evolution since the 2.7 plugin is
> rather impressive and this really aids development, especially for people
> making the switch to Scala from Java and the "perfected" IDE support
> they're accustomed to.
>
> Do you have a roadmap of what new functionality you would hope to deliver
> in the coming releases?
>
> Regards - Cemal
> jWeekend
> OO & Java Technologies, Wicket
> Consulting, Development, Training
> http://jWeekend.com
>
>
> Miles Sabin wrote:
>>
>> On Thu, Mar 25, 2010 at 3:24 PM, jWeekend
>> wrote:
>>> Using the Eclipse Scala plugin nightly builds (ie Scala 2.8...), we are
>>> yet
>>> to see code completion. At a recent Scala event in London I seem to
>>> remember
>>> Colin saying that this may be quite a way down the road since Eclipse
>>> doesn't best facilitate the development of such functionality. Are there
>>> any
>>> developments that could make code completion available anytime soon?
>>
>> You should be seeing member completion at least. If you're not, could
>> you open a ticket in Trac with a minimal example that reproduces the
>> problem.
>>
>> Cheers,
>>
>>
>> Miles
>>
Wed, 2010-03-31, 22:17
#4
Re: IntelliJ and Eclipse Plugins / Scala 2.8.0.Beta1
On Wed, Mar 31, 2010 at 8:51 PM, M.Ackel wrote:
> please, how do I update the eclipse plugin?
>
> I'm using the update site for 2.8 beta (Scala 2.8 Beta -
> http://www.scala-lang.org/scala-eclipse-plugin-beta-preview) - it says that
> there is nothing to update...
>
> and the actual version I'm using is 2.8.0.r2067.
If you want Scala IDE builds which match the nightlies of the command
line tools then you should use the following update site,
http://www.scala-lang.org/scala-eclipse-plugin-nightly
Cheers,
Miles
On Thu, Mar 25, 2010 at 3:24 PM, jWeekend wrote:
> Using the Eclipse Scala plugin nightly builds (ie Scala 2.8...), we are yet
> to see code completion. At a recent Scala event in London I seem to remember
> Colin saying that this may be quite a way down the road since Eclipse
> doesn't best facilitate the development of such functionality. Are there any
> developments that could make code completion available anytime soon?
You should be seeing member completion at least. If you're not, could
you open a ticket in Trac with a minimal example that reproduces the
problem.
Cheers,
Miles