主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Hartmut
活动总数
95
最后的活动
2023年04月23日 18:28
成员加入日期
2014年03月14日 16:29
关注
0 名用户
关注者数
0 名用户
投票数
56
订阅数
19
活动概览
帖子(1)
评论(19)
Hartmut
进行了评论,
2022年10月15日 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).
社区
PyCharm
count method usage
1 票
Hartmut
进行了评论,
2021年04月08日 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...
社区
Scala
How do I add source for Scala libraries to an IDEA project?
0 票
Hartmut
进行了评论,
2021年04月07日 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...
社区
IntelliJ IDEA Users
Attach sources does not seem to work
0 票
Hartmut
进行了评论,
2021年04月01日 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...
社区
PhpStorm
Simple bookmark navigation
0 票
Hartmut
进行了评论,
2021年03月31日 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...
社区
IntelliJ IDEA Users
Code coverage not working for me
0 票
Hartmut
进行了评论,
2021年03月24日 12:47
in my case clearing the .bsp and .bloop project-subfolders was needed to get it running, sbt clean was not enough
社区
Scala
Can't import scala.xml._
0 票
Hartmut
进行了评论,
2021年03月11日 15:08
toggle bookmark (simple on off), jump to next bookmark cross-file, this feature mentioned by spencer is really really missing!
社区
PhpStorm
Simple bookmark navigation
1 票
Hartmut
进行了评论,
2020年08月26日 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.*" )
社区
IntelliJ IDEA Users
Toggle auto-test in debugger has no effect?
0 票
Hartmut
进行了评论,
2020年08月22日 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...
社区
PhpStorm
Running the current file
0 票
Hartmut
进行了评论,
2020年06月03日 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
社区
Scala
Syntax highlighting in scalatest not working anymore: It has comment color i.e. all grey.
1 票