haifengl / smile

Statistical Machine Intelligence & Learning Engine
https://haifengl.github.io
Other
6.02k stars 1.13k forks source link

How can I set up in Intellij or other IDE to compile and read code? #765

Closed sluk3r closed 5 months ago

sluk3r commented 5 months ago

Hi, How can I set up in Intellij or other IDE to compile and read code?

haifengl commented 5 months ago

Simply import the project to Intellij or Eclipse should work. Make sure you have SBT plugin installed.

sluk3r commented 5 months ago

Simply import the project to Intellij or Eclipse should work. Make sure you have SBT plugin installed.

Thanks for your help.

As for specific SBT plugin, two plugins are found:

  1. https://plugins.jetbrains.com/plugin/5007-sbt/versions#tabs
  2. https://plugins.jetbrains.com/plugin/7247-sbt-executor

it seems that the first one (https://plugins.jetbrains.com/plugin/5007-sbt/versions#tabs) is not compatible new version IntelliJ, only compatible 15.0 — 2016.3.8, the second plugin(https://plugins.jetbrains.com/plugin/7247-sbt-executor) does not work.

@haifengl more help needed, Thanks

haifengl commented 5 months ago

Scala plugin works.