Reporter |
![]() |
---|---|
Created | Dec 28, 2011 9:18:12 AM |
Updated | Feb 3, 2012 6:47:28 PM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Sergey Shkredov (serjic.shkredov) |
Subsystem | Code Completion |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
I've seen this a few times when editing an ASP.NET web site, but it seems more pronounced when working on an ASP.NET MVC project. When trying to type the name of a property or such, ReSharper's IntelliSense list contains two similar entries. The first one is typically camel case ending with a colon and the second one is the desire property name in Pascal case; e.g.:
user:
User
I have no idea where user: is coming from because I can't find it in the code anywhere. It's not limited to just the user symbol, either.
user:
User
I have no idea where user: is coming from because I can't find it in the code anywhere. It's not limited to just the user symbol, either.