History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-4724
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Pasynkov
Reporter: Janusz Skonieczny
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ReSharper

END in the emplty line

Created: 05 Aug 06 01:20   Updated: 21 May 07 01:42
Component/s: Code Insight
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 106
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=4724


 Description  « Hide
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?



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.