Ben Hutchison
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 8
-
Ben Hutchison created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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 commented, -
Ben Hutchison created a post, 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, ...