Search code examples
scalaintellij-idea

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?


Solution

  • 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.