-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project does not correctly import into IntelliJ #64
Comments
I think it's caused by #51, so this ticked is a duplicate. |
@joshlemer is the problem fixed now? |
@SethTisue a fresh clone still doesn't work on my machines, I know @julienrf was having trouble as well, maybe he can try out again as well. |
Actually, this was fixed by #63. It seems that it is not a good idea to define a |
There is some some further (but inconclusive) discussion on #63. I don't think it's established (though not disproven either) that we're doing anything wrong in this repo. I would be curious to know if the other modules (scala-xml, scala-parser-combinators, etc) have the same problem or not. Perhaps there's some general advice we could provide to IntellIJ users at the sbt-scala-module level. It would also be useful to know what manual steps are necessary in order to get a working project IntelliJ. |
I wonder if #114 randomly/accidentally fixed this, and/or if current IntelliJ is smarter |
Maybe! If someone confirms that the project can now be imported we can close the issue. |
I confirm that I still can't import this into IntelliJ 😭 |
I just wanted to report that I am using the latest IntelliJ IDEA 2021.3.1 (Ultimate) and the import worked just fine. |
The project loads into IntelliJ, but then for some reason, IntelliJ cannot understand that the tests require JUnit as a dependency, so everything JUnit is marked in red. This is confirmed with multiple fresh imports of the project, across multiple users and OS's (at least on Mac and Linux).
The text was updated successfully, but these errors were encountered: