Reporter | Dag Christensen (dchrno) |
---|---|
Created | Apr 25, 2007 2:49:42 PM |
Updated | Apr 20, 2018 6:57:54 PM |
Resolved | Apr 20, 2018 6:57:54 PM |
Subsystem | IntelliSense (Code Completion) |
Assignee | Andrew Serebryansky (marcus23) |
Priority | Major |
State | Fixed |
Type | Bug |
Fix version | Unidentified prior version |
Affected versions | No Affected versions |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
See the attached bitmaps.
Given the method public void T Create<T> ( )
VS intellisense will show Create<> in the dropdown list, and full signature including <T> in the tooltip.
Resharper only shows "Create" in the dropdown, and "(<no parameters>) T" in the tooltip.
Given the method public void T Create<T> ( )
VS intellisense will show Create<> in the dropdown list, and full signature including <T> in the tooltip.
Resharper only shows "Create" in the dropdown, and "(<no parameters>) T" in the tooltip.