Brian-accounts
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created How do disable jumping past closing brackets with . (dot)?
Every time I type a dot inside the arguments bracket of a method call, Rider very unhelpfully throws me to the end of the closing bracket.Basically, when I type:SomeFunction(.3f); I instead end up ...