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