Adam Warski

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
-
Adam Warski created a post, Configuring the Scala plugin so that only a subset of projects is imported
I'm using the sbt-projectmatrix plugin, which causes multiple sbt projects to share the same content root. All of these are imported into IntelliJ which causes content root conflicts. Is there a wa... -
-
-
Adam Warski created a post, tslint settings not imported
I've got the following tslint.json file: { "extends": [ "tslint-config-airbnb" ], "rules": { "mocha-no-side-effect-code": false, "missing-jsdoc": false, "no-relative-imports": false,... -
Adam Warski created a post, Scala plugin 2017.1 incredibly slow
After updating to 2017.1 from the previous-latest version, the Scala plugin has become incredibly slow even on small projects and files. Auto-complete takes forever, code stays red long after it's ... -
-
-
Adam Warski created a post, F#-like REPL/Worksheet for Scala in Idea
Hello,I've recently seen a demo of the F# REPL/Worksheet (I guess that's nothing unique to F#, other languages/IDEs have this as well), where the basic workflow was: there's a file where you write ... -