playframework/play-scala-angular-seed

Regarding other framework

kunjee17 opened this issue · 2 comments

Hi,

First of all thanks for wonderful project set up. I love it. It really help to get started.

I wanted to use http4s instead of play so I changed app folder to use http4s code. I have also change the build.sbt file to get http4s instead of play.

But now everything seems to be broken for IDE. Project is very much working from command prompt. But Intellij is not picking it up as scala project. This is giving issue while writing code.

I am totally new to Scala thingy so don't know much about environment set up. Filling a issue here just to ask question that it was working with Play but not working working http4s. Do I need to do anything else to set things up?

As it is not related to this project, you can close this issue if you like. It would be great if you can point me to right direction to ask this kind of questions

Hi @kunjee17, It seems like it's an IDE integration issue as it is already working in the command line. I think this is an issue you have in general when you import http4s projects. Please check JIdea forms for this issue, maybe updating the IDE might help.

If you need any specific information about the build process, read: http://bit.ly/2AStvhK

Thanks @yohangz 👍