Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Hartmut
Total activity
95
Last activity
April 23, 2023 18:28
Member since
March 14, 2014 16:29
Following
0 users
Followed by
0 users
Votes
56
Subscriptions
19
Activity overview
Posts (1)
Comments (19)
Hartmut
commented,
October 15, 2022 20:10
i think this could help: Settings -> Editor -> Inlay Hints -> Code Vision -> Usages it works for Java (but not yet possible for Scala as far as I've experienced).
Community
PyCharm
count method usage
1 vote
Hartmut
commented,
April 08, 2021 10:38
to add the sources of libraries (source jars) to the project dependencies ("attach sources"), add bloopExportJarClassifiers in Global := Some(Set("sources") to the build.sbt. For reference, see h...
Community
Scala
How do I add source for Scala libraries to an IDEA project?
0 votes
Hartmut
commented,
April 07, 2021 15:56
https://youtrack.jetbrains.com/issue/SCL-14678 shows a way to auto attach sources. I've tried it out, and I am so glad, it works! It refers to https://scalacenter.github.io/bloop/docs/build-tools/s...
Community
IntelliJ IDEA Users
Attach sources does not seem to work
0 votes
Hartmut
commented,
April 01, 2021 19:25
there is a work-around, little uggly but working (as in "work-around"): flag all source code locations with a remark e.g. XXX then "find in files" search for xxx, then "open in find window" (ctrl-r...
Community
PhpStorm
Simple bookmark navigation
0 votes
Hartmut
commented,
March 31, 2021 10:58
even this thread is old, i came to here while searching for a solution when not seeing coloured coverage indicators in the left gutters pane of the editor. So one hint is to check, if the source pa...
Community
IntelliJ IDEA Users
Code coverage not working for me
0 votes
Hartmut
commented,
March 24, 2021 12:47
in my case clearing the .bsp and .bloop project-subfolders was needed to get it running, sbt clean was not enough
Community
Scala
Can't import scala.xml._
0 votes
Hartmut
commented,
March 11, 2021 15:08
toggle bookmark (simple on off), jump to next bookmark cross-file, this feature mentioned by spencer is really really missing!
Community
PhpStorm
Simple bookmark navigation
1 vote
Hartmut
commented,
August 26, 2020 12:31
Do you have an idea how this could be accomplished in combination with Scala Plugin? (in the meanwhile I run in the console: $ sbt "~testOnly myRootPackage.*" )
Community
IntelliJ IDEA Users
Toggle auto-test in debugger has no effect?
0 votes
Hartmut
commented,
August 22, 2020 09:40
don't know if this is suitable for your scenario, but for IntelliJ (e.g. with Scala plugin), there I am using "Ctrl-Shift-F10" function called "Run context configuration". This creates ad-hoc an ru...
Community
PhpStorm
Running the current file
0 votes
Hartmut
commented,
June 03, 2020 16:05
In 2020 problem can be worked-around by: uncheck: "Highlight arguments to by-name parameters"uncheck: "Include block expressions"uncheck: "Include literals" in Settings/Language&Frameworks/Scala
Community
Scala
Syntax highlighting in scalatest not working anymore: It has comment color i.e. all grey.
1 vote