How to install the Scala plugin for IntelliJ

I installed IntelliJ IDEA and scala on my Windows computer, but they are not integrated, and I cannot use scala in IntelliJ. How can I configure and use both?

+15
source share
6 answers

Open IntelliJ IDEA, go to the "File" menu → "Plugins" → [Or directly press Ctrl + Alt + S] Click the "Browse Repositories" button and enter "Scala". Select the Scala plugin to install it.

If you have restrictions on proxies or any other problems, you can download the plug-in to your computer from the link below and select the option “Install plug-in from disk”

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

P.S. . .

+19

IntelliJ IDEA, Configure → Click on Plugins → Install JetBrains Plugins → Search for Scala →

JetBrains

+10

"" → "" . Scala "". IDE

+3

Mac IntelliJ IDEA → → . scala . intellji, .

+3

For IntelliJ Mac / IOS

Click on the text IntelliJ IDEAexcept enter image description herein the upper left, thenPreferences->Plugins-Install JetBrains Plugins-> Type Scala->Install

+2
source

The first time we visited IntelliJ IDEA, we checked if the Scala plugin was available.

Go to File → Settings → Plugin → Install → Restart

Here is a complete installation with a step-by-step process with photos:

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

0
source

Source: https://habr.com/ru/post/1651404/


All Articles