Stephen Boesch
- Total activity 499
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 25
- Subscriptions 152
-
Created Small annoyance: typing three double quoted strings in scala results in six double quotes
I am trying to use string interpolation. Recently (uncertain precisely which IJ version..) when typing s"""Some interpolated string""", as soon as I type the third double quote after the initial... -
Created quasiquotes not working in IJ14 on Mac Mavericks and Yosemite
After installing the newly released IJ14 Community Edition - the quasiquotes (which had been working on IJ13) popped up on the radar.I tried it on Mavericks and all quasiquote come up as "red" on t... -
Created Intellij as possibly the most advanced Mac App AFA keyboarding / mnemonics
Mac is infamously keyboardist not-friendly. However Intellij is AFAIK THE BEST Mac app at mitigating the pain. It is the only Mac app of which I am aware that allows using the Option/Alt key to a... -
Created Great feature in Intellij for Mac for keyboard access to Menus
Intellij is the only OS/X app I am aware of that supports a single keystroke combination access to the menu items: When I press the "Option/Alt" key and then the mnemonic/first letter of the top l... -
Created When will Intellij be usable again for Spark Build/Compilation?
I have struggled to obtain a working Spark 1.x build/debugging environment in IJ (latest Ultimate 13.1.3). From the command line sbt compile | package | assembly are all fine. But in IJ a few co... -
Created Find usages in [file|project] does not work for libraries
Windows 7 with IJ Ultimate 13.1.2 (just one minor minor release back from latest). Repeatable failure mode: (a) navigate to a project library class containing source code. E.g. i went to akka.a... -
Created Macros in intellij are weak/limited usefulness - any plans to make them more usable?
"Edit" a macro consists of : (a) being able to rename it or (b) removing it or (c) removing one task. That's it. That is not editing.. that is more like managing. We should have an editor.Ther... -
Created Intellij content-assist unable to implement Java Interface in S
After hitting command-I for Implement Methods, the screenshot shows two methods that require being overridden to create a concrete class implementing IRichSpout.Upon selecting both and hitting OK, ... -
Created Content assist not activating for basic import / create class
As shown in the screenshot, the content assist is not popping up the " import class / create new class" dialog. Why would this be happening?I am on IJ 13.0.2 on Mac mavericks -
Created sbt generates NoClassDefFoundError
I am trying to load the build.sbt from Odersky's Coursera Functional Programming In Scala - the first lesson.The build.sbt is as follows:Following is what I get:2014-02-20 23:46:27,693 [148985705...