Small request for R# 8 Alt+Enter behavior
I got one really small, simple but really usefull request for ReSharper 8 Alt+Enter behavior for adding missing usages. Currently when I write method returning Task, I am asked whether to add missing namespace for "Task" or "Task<T>".
The thing is both types need the same namespace in usings, why not just include the target namespace immediately after pressing Alt+Enter if all available Types are from the same namespace?
See the screenshot simple explanation.
Please sign in to leave a comment.