Mrakgr
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Mrakgr created a post, How to make the selection persistent after inserting the parentheses around it?
In Rider, suppose I have some code like `let x = 1+2`. I can select `1+2` and then press Shift+9 to add a parenthesis. This would result in `let x = (1+2)`. But after that has been done the selecti...