melisekm
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Place ')' on new line when adding line break inside method invocation
When calling a method, placing caret like this and pressing ENTER to add line break:Method(|); // | is the position of caretI would like to perform the following action:Method( | );but instead ...