Benjamin Jackman

Avatar
  • 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 3 followers
    • 3 comments
    • 0 votes
  • 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 ...
    • 17 followers
    • 13 comments
    • 21 votes
  • 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 ...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Prevent double click on tab from maximizing the editor?

    Answered
    Is 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...
    • 7 followers
    • 18 comments
    • 4 votes
  • 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...
    • 3 followers
    • 4 comments
    • 0 votes
  • 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...
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes