Christian Schmitt

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Christian Schmitt created a post, Scala adding @Singleton annotation does not create an import if added via completion
Hello, currently I use Guice and Scala and if I added the @Inject annotation via completion it will add a import. However if I do the same with @Singleton, it won't create import. Is there a settin... -
Christian Schmitt commented, -
Christian Schmitt created a post, No Source File Navigation since latest version
Hello, currently since the latest version, there is no way to have an arrow near the source file to navigate to a object/class inside the file. Sometimes we written code, where we have more than ... -
Christian Schmitt created a post, Indentation Settings
Hello currently I try to get IntelliJ to format "like" Scalariform, however I have problems on the following things: case class Demo( name: String) Will always be formatted with 2 Spaces is th...