Ben Hutchison

- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
Ben Hutchison 创建了一个帖子, 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... -
Ben Hutchison 创建了一个帖子, 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 ... -
-
-
Ben Hutchison 创建了一个帖子, 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... -
Ben Hutchison 创建了一个帖子, 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... -
Ben Hutchison 创建了一个帖子, 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 ... -
Ben Hutchison 创建了一个帖子, 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... -
-
Ben Hutchison 创建了一个帖子, 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, ...