Using Intellij with trading app #23
westernsam
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @westernsam , Thanks for starting the discussion! I believe that setting is required only by However, have you tried using IntelliJ with BSP support? I hear it's working great right now and this should be supported. My fellow Igal wrote a blog post about it sometime ago: https://hmemcpy.com/2021/09/bsp-and-intellij/ Let me know how that goes, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thanks for creating this book and project. I really enjoyed pfps and I'm excited to dig around trading app.
I prefer using intellij idea. Unfortunately due to a long standing issue with intellij's dependency model it can't generate a project from the trading app sbt definition. The issue is that intellij doesn't support
compile->test
in a multi-project configuration.I have worked round this by moving
generators
tosrc
and makingscalacheck
a compile rather than test library. Is there another approach that might be cleaner?I think quite a lot of developers use scala with intellij so it would be good if trading app worked in intellij without modification.
Thanks again,
Sam
Beta Was this translation helpful? Give feedback.
All reactions