Reporter | Josh Buedel (jbuedel) |
---|---|
Created | Dec 30, 2011 10:08:38 PM |
Updated | Dec 30, 2011 10:08:38 PM |
Priority | Normal |
Type | Usability Problem |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Alexey Kuptsov (alexey.kuptsov) |
Subsystem | Context actions |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
In the code below, the Introduce Variable context action only appears when my cursor is at the end of the line (after the semicolon). I think it should appear when the cursor is anywhere on that line including the preceding white space, except perhaps when it is inside the parens of the ctor call.
[Test] public void Test() { new string('c', 1); }