Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 762
Balkrishan Aggarwal Avatar asked Aug 16 '16 10:08

Balkrishan Aggarwal


3 Answers

Open IntelliJ IDEA, go to File Menu --> Plugins --> [ Or directly press Ctrl+Alt+S ] Click on "Browse repositories" button and enter "Scala". Select Scala plugin to install it.

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.

like image 66
Balkrishan Aggarwal Avatar answered Oct 19 '22 18:10

Balkrishan Aggarwal


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

like image 10
Binu96 Avatar answered Oct 19 '22 20:10

Binu96


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

like image 5
HariKishore K Avatar answered Oct 19 '22 18:10

HariKishore K