Reporter | Brian Limkemann (decisive) |
---|---|
Created | Dec 29, 2017 6:40:57 PM |
Updated | Apr 20, 2018 12:42:09 PM |
Subsystem | IntelliSense (Code Completion) |
Assignee | Alexander Shvedov (shvedov) |
Priority | Normal |
State | Submitted |
Type | Feature |
Fix version | No Fix versions |
Affected versions | No Affected versions |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
I love that ReSharper recommends namespaces as you type. However, it would be even more useful if it would also recommend "using static" to help with static classes like System.Console and System.Diagnostics.Debug. For example, when typing "WriteLine" if ReSharper recommended "using static System.Console" that would be an incredible help. If the product can already do this and I'm missing something, please let me know.