Balkrishan Aggarwal
Balkrishan Aggarwal

Reputation: 613

How to install Scala plugin for IntelliJ

I've installed IntelliJ IDEA and scala on my Windows machine, but those are not integrated and I'm not able to use scala in IntelliJ. How can I configure and use both?

Upvotes: 18

Views: 51709

Answers (7)

Balkrishan Aggarwal
Balkrishan Aggarwal

Reputation: 613

Open IntelliJ IDEA, go to File Menu --> Settings --> [Or directly press Ctrl+Alt+S]
enter image description here

Click on "Plugins", and search "Scala". Select Scala plugin to install it.
enter image description here

If you have Proxy restrictions or any other problems, you may download the plugin to you machine from the below link and choose the option "Install plugin from disk"

https://plugins.jetbrains.com/plugin/?id=1347

P.S. Sometimes the latest versions of plugin won't work. Try with a bit older version.

Upvotes: 23

Raman Sahasi
Raman Sahasi

Reputation: 31841

Right-click on project > Click Preferences > Expand Plugins

Find "Scala" and click install:

intellij-right-click-open-preferences-intall-scala-plugin-screenshot

Upvotes: 1

Spandana r
Spandana r

Reputation: 273

First time users in IntelliJ IDEA we checked whether Scala Plugin is available or not.

Go to File - > settings -> plugin -> Install -> Restart

Here is complete installations with step by step process with pictures:

http://commandstech.com/how-to-add-scala-plugin-on-intellij-idea-in-ubuntu/

Upvotes: 0

HariKishore K
HariKishore K

Reputation: 409

For IntelliJ Mac / IOS,

Click on IntelliJ IDEA text besides enter image description here on top left corner then Preferences->Plugins-Install JetBrains Plugins-> Type Scala->Install

Upvotes: 5

Prachi gupta
Prachi gupta

Reputation: 31

For Mac, Click on IntelliJ IDEA -> Preferences -> Plugins. Select scala and install. Restart the intellji for the changes to take effect.

Upvotes: 3

Dileep Dominic
Dileep Dominic

Reputation: 519

Click on File - > Settings and select plugins. Then select the Scala from the list provided and click Install. Once installed it will ask to restart the IDE

Upvotes: 4

Binu96
Binu96

Reputation: 101

Alternate Way Is open IntelliJ IDEA, click on Configure -> Click on Plugins -> Click on Install JetBrains Plugins -> Search for Scala -> Click on install button

Check the images

Click on Plugins

Click on Install JetBrains Plugins

Upvotes: 10

Related Questions