Ben Hutchison
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 8
-
已编辑于 Intellij SBT Integration does not support source files in the SBT base directory
Hi, I have hit a problem with the Intellij SBT integration. SBT projects allow Scala source files located in the SBT project base directory (https://www.scala-sbt.org/1.x/docs/Howto-Customizing-Pat... -
创建于 Slow Scala plugin download
When I install Intellij onto a new machine, it is now as much time to download the Scala plugin, as the whole 177Mb Intellij core! I work in a large enterprise where many devs have not yet enabled ... -
创建于 Demo Implicit Search Analyzer for Melbourne Scala meetup tomorow, but can't get working :(
At ScalaDays Alexander showed me an impressive new feature of Intellij where the it is possible to visualize a recursive implicit search in Intellij. Critically, it shows not only successful, but a... -
创建于 Analyze Dependencies is "File-centric", not "Class-centric"
Unlike Java, Scala allows and in fact encourages the co-location of many class (& trait and object) definitions in the same file. For example, sealed case class hierarchies and companion objects to... -
创建于 Feature Request: Extract classes/traits/objects into separate file
Unlike Java, Scala allows any number of classes/traits to be defined in the same file. Ie the logical structure of the classes is orthogonal to the physical arrangement in files.I find this useful ... -
创建于 Debug breakpoints in value classes not working?
I've been struggling with some specs2 tests, in which the Intellij debugger has been refusing to stop. The relevant breakpoints being skipped were in implicit wrapper classes, defined using Scala 2... -
创建于 Intellij - Youtrack integration, and especially time tracking?
I'm undertain about the current state of IntelliJ - Youtrack integration, especially time tracking?Ideally, I would like time spent in the IDE to automatically accrue to the current Youtrack task, ... -
创建于 How to discover the source of implicit parameters in IDE?
In the following Scala example, there is an implicit parameter passed to sortedList("banana", "apple").sortedIs there an automated way I can discover, from within the IDE, where such implicit param...