How to make Scala Power Pack for IntelliJ Idea to work? - scala

I've installed Scala, SBT and Scala Power Pack plugins for IntelliJ Idea 9. And it says
"Plugin scala power pack failed to initialize and will be disabled:
scala/collection/VectorLike
Please restart IntelliJ IDEA"
I've found this with Google but with no solution. Do you know one?

Scala Power Pack has been in a development haitus, but I hope to have an update available by the end of the year to work with Scala 2.8 and IDEA 9.0. Sorry for the inconvenience.

Use the "Scala" plugin and the "SBT" plugin - they work great.
There is a nice writeup on how to set up projects with IDEA and SBT:
http://heikoseeberger.blogspot.com/2010/08/how-to-setup-scala-project-with-sbt-and.html

It's a plugin which hasn't been updated since a long time and before IntelliJ 9 was out. You can still try to contact the developer.

Related

CodePro: where to find the plugin for Intellij Idea?

I have Codepro analytics plugin installed on my eclipse https://dl.google.com/eclipse/inst/codepro/latest/3.7 which I am using since may days. However I don't see any new version coming up for this. I am now shifting to Intellij Idea for my development. However does anybody know that is there any Codepro available for Intellij or how can I use this eclipse plugin in Intellij?
There's no IntelliJ plugin for CodePro and you can't use Eclipse plugins in IDEA.
However, there's a feature in IntelliJ IDEA called 'Inspections': built-in static code analysis tools that help you find probable bugs, locate dead code, detect performance issues, and improve the overall code structure. Its functionality should match that of CodePro's and maybe even exceed it.
Check this IntelliJ documentation page as well.

Intellij IDEA - Cannot add framework support for Scala

I have sbt 0.13.16 and Scala 2.10.6 running with Intellij 2018.2.1, working with those recommended sbt and Scala settings for Odersky's coursera course on Scala (I'm guessing their automated submission grader depended on old SBT?).
When creating new sbt + scala projects, I choose the above sbt and Scala versions, then after all the dependencies have downloaded, when I right-click New -> ... I see options for Java class but nothing for Scala. I have the Scala plugin already there according to the plugin settings.
So I try to Add Framework Support after right-clicking on the project, I select Scala, but then everything is disabled except Cancel.
I looked through previous forums, found one but that seemed relevant only for git projects.
Anyone else run into this issue? Do I need to update to more recent Scala and SBT? Any help would be very appreciated.
Please check https://plugins.jetbrains.com/plugin/1347-scala/versions for a compatibility table.
You can manage plugins in IntelliJ Preferences. Your versions seem to be too old to still be supported, already. It may help to upgrade IntelliJ and then go to preferences and get the latest Scala and SBT plugins.

Why can't i see scala worksheet option in intellij?

I have installed Scala in intellij and have created a project. But i cannot see scala worksheet option ?
Steps:
under scala project-->src-->main-->scala
right click on scala-->New -->I excect to see scala worksheet option
Thanks!!
Thanks!!
How to get the option to create a new Scala Worksheet in IntelliJ?
This seems to do the trick. The asker has answered their own question, and it worked for me. There is probably a deeper issue (a setting that needs toggling), but worked for now. I know nothing deeper as I am setting up too.
Ctrl+Shift+A (Windows, Ubuntu) Cmd-Shift-A (MacOs)
Plugins
Installed
Scala
4.1 If there is a problem with scala (e.g. IDEA doesn't support current version - update your IDEA/Scala)
4.2 If there is no scala, go back to plugins and install it

Problem on error highlight using IntelliJ 10 CE with the scala plug-in

I'm having some strange behavior in the IntelliJ editor when editing scala sources. It continuously report problem of kind "cannot resolve symbol" on various Predef functions like "require" and "->".
It seems to be only an editor problem because I am able to run scala code in Intellij and compile the sources using maven.
Am I the only one having this kind of problem ?
I'm using the Intellij version 10.0.3 CE and scala plugin version 0.4.735.
Thanks.
I would recommend using the latest IntelliJ IDEA EAP together with the latest Scala Plugin. This is known to solve a lot of problems.
Please, check the project configuration guide. It's likely that you forgot to add Scala standard library to the module dependencies.

Stable Scala 2.8 plugin

Does anyone know if there exists a stable version of the Scala plugin for eclipse, running with Scala 2.8 (any version of scala 2.8...RC or beta or whatever).
I like the fact that it compiles 10 times faster than the netbeans plugin, but it is very unstable, and auto-imports doesnt work. Also, sometimes it cant find classes when I hit "run", then I have to clean it again. This is with some random nightly build of the 2.8 eclipse scala plugin.
Is there a stable version? If so, can you link me to it?
Thanks in advance :)
The main web site for Scala Eclipse plugin is now at www.scala-ide.org
You can try the plugin for 2.8.0 RC2 with this update p2 site
(not browsable: copy http://www.scala-lang.org/archives/downloads/distrib/files/scala-plugin-rc/)
As for a truly stable version, that plugin is not there yet, but as Miles Sabin once told me (Sept. 2009): "Looking forward to receiving your contributions."
And he was quite snappy about it too ;) But that was enough to convince my hierarchy that is was too early to invest in Scala at the time: too large eclipse user-base in our department, and no real Scala support/documentation at the time on Eclipse.
In all fairness, the contribution and developer documentation is now much richer than it once was.
I have been using it since release, and found 2.8.0 RC2 (link given by VonC) to be quite stable (certainly a lot more than 2.7.7).
I was using eclipse 3.5.2 with the 2.8.0 RC2 plugin which created a lot of problems with compiling. I had to unistall the plugin and still the problems would remain. Only after a numbers of attempts to clean/build/delete/re-import the project and restart eclipse solved the problems...