Alessandro
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Alessandro created a post, AnsweredMultiline in editor with separator as first position
Hello, I wanted to know if there is a setting in IntelliJ to have something like:String myString = "blah" + "blah2" + "blah3";Instead of the default:String myString = "blah" + "blah2" +...