Project
ReSharper
Priority
Normal
Type
Feature
Fix versions
Mirabile Futurum
State
Obsolete
Assignee
Evgeny Pasynkov
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Janusz Skonieczny
    5 years ago (05 Aug 2006 01:20)
  • Updated by   Sergey Shkredov
    4 weeks ago (26 Apr 2012 16:24)
  • Jira: RSRP-4724
    (history, comments)
 
RSRP-4724 END in the emplty line
3
Issue is visible to: All Users
  The issue is visible to the selected user group only
I miss very much Idea's ability to position cursor in position where I am going to write new code.

For example when i start new line but do not start writing, VS do not put anything i the line, so when i get back to this line I must manually indent it.

For example:
        public void method() {
            String s = "";<CURSOR_HERE>
        }

Press enter.
        public void method() {
            String s = "";
            <CURSOR_HERE>
        }

Click somewhere else and then click on the added line:
        public void method() {
            String s = "";
<CURSOR_HERE>
        }


Can R# position cursor in the correct position? Or if the END key could position the cursor in the indented position?
Comments (1)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Jura Gorohovsky
  Jura Gorohovsky
08 Dec 2010 20:47
17 months ago
In the provided scenario, cursor position is preserved when using VS2010
Related Changes
Resolved Date
17 months ago (08 Dec 2010 20:47)
Type
ExceptionFeature
Fixed In version
<lost change>Mirabile Futurum
State
OpenObsolete
Assignee
Evgeny Pasynkov (pasynkov)Evgeny Pasynkov
Subsystem
<lost change><no Subsystem>