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

Key: RSRP-5214
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Pasynkov
Reporter: Eugene Pasynkov
Votes: 1
Watchers: 2
Operations

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

Align multiple declarations or assignments

Created: 05 Aug 06 01:44   Updated: 19 Nov 07 19:13
Component/s: Code Cleanup
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
RSRP-26592 Align explicit values of enums Normal Resolved
RSRP-4658 Autoformat and aligned member names Normal Closed
RSRP-53115 New option in formating style Normal Closed
RSRP-5660 Align assignments at tabstops Minor Closed

Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=5214


 Description  « Hide
class foo
{
    private int        someNumber    = 0;
    private string     someText      = "";

    public void Initialize()
    {
        someNumber     = 1;
        someText       = "Text";
    }
}


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