Gary Paduana
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 2
-
-
Gary Paduana commented, -
Gary Paduana created a post, AnsweredHow can I disable automatic formatting when pressing enter from within a string literal?
"Hello" If I press enter after character e, IntelliJ will produce "He" + "llo" I want it to produce "Hello" How can I do this? -