- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Scala plugin for IntelliJ IDEA: how-to and feature list
Mon, 2009-02-02, 19:35
Hello, all!
To eliminate multiple questions and misunderstandings related to Scala plugin for IntellilJ IDEA we've created complete list of current available features with appropriate descriptions. All this stuff and short "getting started" guide can be found at
http://www.jetbrains.net/confluence/display/SCA/Scala+Plugin+for+IntelliJ+IDEA
All comments and remarks are appreciated!
Kind regards,
Ilya
To eliminate multiple questions and misunderstandings related to Scala plugin for IntellilJ IDEA we've created complete list of current available features with appropriate descriptions. All this stuff and short "getting started" guide can be found at
http://www.jetbrains.net/confluence/display/SCA/Scala+Plugin+for+IntelliJ+IDEA
All comments and remarks are appreciated!
Kind regards,
Ilya
Mon, 2009-02-02, 21:37
#2
Re: Scala plugin for IntelliJ IDEA: how-to and feature list
Hello.
I'm not sure about buildr but if you have appropriate pom.xml file, describing your project, it will not be a big problem to import it into IDEA using our maven support.
There might be only one issue when configuring Scala SDK, because according to current configuration design, all main Scala jars must be placed into one library. I'm going to rewrite this soon specially for projects, which pick all necessary Scala stuff from maven repository.
With best regards,
Ilya
2009/2/2 hemant <gethemant@gmail.com>
I'm not sure about buildr but if you have appropriate pom.xml file, describing your project, it will not be a big problem to import it into IDEA using our maven support.
There might be only one issue when configuring Scala SDK, because according to current configuration design, all main Scala jars must be placed into one library. I'm going to rewrite this soon specially for projects, which pick all necessary Scala stuff from maven repository.
With best regards,
Ilya
2009/2/2 hemant <gethemant@gmail.com>
Hi,
On Tue, Feb 3, 2009 at 12:01 AM, Ilya Sergey <ilya.sergey@jetbrains.com> wrote:
> Hello, all!
>
> To eliminate multiple questions and misunderstandings related to Scala
> plugin for IntellilJ IDEA we've created complete list of current available
> features with appropriate descriptions. All this stuff and short "getting
> started" guide can be found at
> http://www.jetbrains.net/confluence/display/SCA/Scala+Plugin+for+IntelliJ+IDEA
> All comments and remarks are appreciated!
Thanks for putting this up. I have been planning to switch to IntelliJ
for a while and was wondering if it supports
importing of existing scala projects ?
I have rather non-trivial scala project, which i have been managing
using buildr so far (and hence my project follows maven layout) and
trying to import it into Eclipse/Netbeans has met with failure (on
various levels in spite of using buildr task for generating eclipse
project file). I wouldn't want to lose my version control history.
!DSPAM:52,498754d558691825217019!
Tue, 2009-02-03, 11:47
#3
Re: Scala plugin for IntelliJ IDEA: how-to and feature list
Hello.
Update your IDEA version up to the last EAP (further 8.1), which is available at http://www.jetbrains.net/confluence/display/IDEADEV/Diana+EAP.
We had to advance compatible IDEA version for last plugin releases according to some major changes in plugin API.
Kind regards,
Ilya
2009/2/3 Mats Henricson <mats@henricson.se>
Update your IDEA version up to the last EAP (further 8.1), which is available at http://www.jetbrains.net/confluence/display/IDEADEV/Diana+EAP.
We had to advance compatible IDEA version for last plugin releases according to some major changes in plugin API.
Kind regards,
Ilya
2009/2/3 Mats Henricson <mats@henricson.se>
Hi!
I tried this out, and found out that the plugin offered by the
plugin manager is from December 31st, which is about 4 weeks
older than what is shown in the screen dump in your installation
description.
What am I doing wrong? I use version 8.0.1.
Mats
> Hello, all!
>
> To eliminate multiple questions and misunderstandings related to Scala
> plugin for IntellilJ IDEA we've created complete list of current
> available features with appropriate descriptions. All this stuff and
> short "getting started" guide can be found at
> http://www.jetbrains.net/confluence/display/SCA/Scala+Plugin+for+IntelliJ+IDEA
> All comments and remarks are appreciated!
>
>
> Kind regards,
> Ilya
!DSPAM:52,4987fde7187251189034578!
Hi,
On Tue, Feb 3, 2009 at 12:01 AM, Ilya Sergey wrote:
> Hello, all!
>
> To eliminate multiple questions and misunderstandings related to Scala
> plugin for IntellilJ IDEA we've created complete list of current available
> features with appropriate descriptions. All this stuff and short "getting
> started" guide can be found at
> http://www.jetbrains.net/confluence/display/SCA/Scala+Plugin+for+Intelli...
> All comments and remarks are appreciated!
Thanks for putting this up. I have been planning to switch to IntelliJ
for a while and was wondering if it supports
importing of existing scala projects ?
I have rather non-trivial scala project, which i have been managing
using buildr so far (and hence my project follows maven layout) and
trying to import it into Eclipse/Netbeans has met with failure (on
various levels in spite of using buildr task for generating eclipse
project file). I wouldn't want to lose my version control history.