Antonis Panagi
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Antonis Panagi created a post, How do I autocomplete an object constructor with default values
When I initialize a new object of a class that has a constructor that accepts some parameters how does resharper can autocomplete this with default values e.g var car = new Car(colour: string.empty... -