controlflow / resharper-postfix

ReSharper Postfix Templates plugin
MIT License
127 stars 12 forks source link

.null template? #44

Open controlflow opened 9 years ago

controlflow commented 9 years ago
Task<string> empty = Task.FromResult(string.null);
// =>
Task<string> empty = Task.FromResult((string) null);