Reporter | Sergey Shkredov (serjic.shkredov) |
---|---|
Created | Feb 16, 2011 8:09:19 PM |
Updated | Apr 28, 2012 12:28:37 AM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | To be discussed |
Assignee | Alexey Kuptsov (alexey.kuptsov) |
Subsystem | Code Analysis |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
1. In the following case nothing is highlighted.
2. Highlighting only appears when I move caret to the 'Name' identifier
3. I don't like highlighting of argument. I think it would be enough to highlight placeholder when caret is on an argument and highlight both when caret is on a placeholder.
Assertion.Assert(file != null, string.Format("file != null, source file name is: {0}", symbo{caret}l.SourceFile.Name));
2. Highlighting only appears when I move caret to the 'Name' identifier
Assertion.Assert(file != null, string.Format("file != null, source file name is: {0}", symbol.SourceFile.Na{caret}me));
3. I don't like highlighting of argument. I think it would be enough to highlight placeholder when caret is on an argument and highlight both when caret is on a placeholder.