Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-287509: Introduce Variable context action should be available on more surface area of the expression

$
0
0
Reporter Josh Buedel (jbuedel) 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);
}

Viewing all articles
Browse latest Browse all 106942

Trending Articles