Andrey Eremchenko

- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
-
-
Andrey Eremchenko created a post, Formating "with" keyword on next line
Is there any setting for formating code so that "with" on next line is aligned as in the following code:trait Point { var x, y: Int}trait Color { var r, g, b: Int}class MyPoint extends Point ... -
Andrey Eremchenko commented, -
Andrey Eremchenko created a post, Can't update scala plugin
I have a problem with updating the scala plugin:so I have to reinstall the plugin. How can this problem be solved? -
-
Andrey Eremchenko commented, -
Andrey Eremchenko created a post, Syntax highlight for case class and companion object.
Using 0.4.573 scala plugin. Currently it shows the following:Why constructing Point is highlighted as "Object method call" and constructing of Vector is not? There is still apply method generated b... -
-
Andrey Eremchenko created a post,