LoginSignup
2
0

More than 3 years have passed since last update.

ScalaのLibraryをIntellij IDEAで使う時に注意すること

Posted at

やろうとしていたこと

Akka-httpを使って、Apiサーバー開発をしようとした。
練習がてら、git cloneしたものをみて学習しようとした。

しかし

import akka...
でコード補完が効かない、、、!!!

1日くらいずっと試行錯誤していたが、、、、

結果

projectをopenではなく、importしたらできた。

スクリーンショット 2019-07-05 16.34.30.png

スクリーンショット 2019-07-05 16.35.12.png

まとめ

Intellijでgit clone したScalaを開発する時、openではなくimportしよう。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0