Benjamin Jackman

- Total activity 56
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 20
-
Created Option for Trailing Commas Support
I was hoping to be able to use the `scala-commas` compiler plugin [1]. Which modifies scalac so that trailing commas will parse successfully. A trailing comma is a comma after the last element in a... -
Created Have intellij output it's files in a different directory from sbt
I typically use the sbt command line to build / test / run my projects.However occassionally I need to debug them so I will build them with Intellij in that case.I am auto-generating my .idea proje... -
Created Is there a feature to automatically add in named parameters for new functions?
I saw that there was an intention to 'use named arguments for current and all subsequent arguments'is there any way to have the plugin automatically generate these for a new method?e.g.I have this ... -
Created Formatter Oddness?
it has been formatting this way for a long time, but I wanted to see if it was intended or not or if there was a particular combination of options I could use to make it format how I want: Here is ... -
Created Prevent double click on tab from maximizing the editor?
AnsweredIs it possible to disable having double click on an editor tab maximize the window? I never use this feature intentionally only accidentally.I use i3wm and I float the run dialog, everytime I spuri... -
Created BUG? What happened to basePackage?
Hi,Previously there was a basePackage option:<option name="basePackage" value="cgta.olib" />object under the scala facet for modules.I am unable to find that since trying out the new version (which... -
Created Need help making goto test work for other testing frameworks
I made a really simple unit test framework called otest [1] which is similar to the ScalaTest FunSuite style but whichcross compiles to ScalaJS. I did this because:1. I have to port over 100s or ex... -
Created Scala JS cross compilation support
Hi,I have been using scala js for quite a while now and there are several solutions that we've worked out in the mailing list for getting projects to cross-compile for both Scala JS and JVM scala w... -
Created File name inspection doesn't appear to work when there is a companion
It seems like the File Name Inspection isn't working if a class has a companion object.File is named Foo.scalaclass is Bar notice the Inspection:Adding a companion to Bar causes the inspection to s... -
Created Organize Imports Changes doesn't keep shortest path
Under previous versions of the plugin organize imports would not change this code at all:package biz.cgta.oms.core.messages import biz.cgta.pint.trade.typedstrings.{ChainMessageId, ExchangeOrderId...