Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Justin Kaeser
Total activity
199
Last activity
August 04, 2022 10:18
Member since
July 13, 2016 12:17
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
81
Activity overview
Articles (0)
Posts (0)
Comments (115)
Sort by recent activity
Recent activity
Votes
Created
November 23, 2017 16:43
That would depend. What are you trying to do more generally? For an sbt import paths are stored as source/resource/etc in SbtProjectResolver.createContentRoot, but that is part of the import proces...
Community
Scala
Mark source folder
1 vote
Created
November 16, 2017 16:38
For sbt 1.1.0, there is a bug preventing the opening. It should be fixed in the nightly releases, or you can enable the "use sbt shell for build and import" option, where it should work.
Community
Scala
What is estimate to support SBT 1.0.x? or java.lang.ClassNotFoundException: org.jetbrains.sbt.CreateTasks$
1 vote
Created
November 07, 2017 09:26
Hi! You can enable the "use sbt" option in the test run config, which will run the tests in the embedded sbt shell, and thus also respect the javaOptions configured from sbt
Community
Scala
Read test VM arguments from SBT file
1 vote
Created
November 02, 2017 13:07
Please try upgrading the project's sbt version to 0.13.16 or 1.0.3, as the shell integration often has issues with 0.13.9
Community
Scala
Infinite "Refreshing <project_name> SBT project"
1 vote
Created
September 19, 2017 13:43
Thanks for this report. We've created an issue: https://youtrack.jetbrains.com/issue/SCL-12591
Community
Scala
No scala-library in compiler classpath
1 vote
Created
July 25, 2017 20:37
SBT is now the recommended way to set up a Scala project. The "Scala" option was renamed to "IDEA", which just means that the project model is managed by IntelliJ IDEA. This option is a good choice...
Community
Scala
After installed Scala plugin, there are only SBT, Activator, IDEA on the right panel.
1 vote
Created
June 08, 2017 15:03
When you right click on the "Project" title bar of the project view, select "show members". You will then see a hierarchical view with files / classes+objects / methods
Community
Scala
No Source File Navigation since latest version
1 vote
Created
February 14, 2017 11:10
Thanks for the feedback. We may add a way to add ide-specific sbt settings in the future. Also you will soon be able to run builds in an integrated sbt shell which does support colors
Community
Scala
How to show or remove ANSI codes in compiler output
1 vote
Created
February 13, 2017 11:32
You can't easily filter the colors out, but clippy seems to have an sbt setting to disable them: clippyColorsEnabled := false
Community
Scala
How to show or remove ANSI codes in compiler output
1 vote
Created
August 04, 2022 10:18
I can't answer your questions directly (my colleague will), but it may interest you that bazel-bsp as of v2.2.0 is able to use bloop for compilation.
Community
IntelliJ IDEA Open API and Plugin Development
How to get Plugin A to use a BuilderService from Plugin B
0 votes
«
First
‹
Previous
Next
›
Last
»