Anton
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Edited How do you autocomplete vars?
For example, I am going to write this: var foo = GetFoo(); Rider can deduce variable's name only after I have written the right-hand part of the equation. So I can type: var x = GetFoo(); then I ca...