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

Key: IDEADEV-3863
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Maxim Shafirov
Reporter: Davide Baroncelli
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Provide alignment for chained methods to the . of the first method call.

Created: 14 Oct 05 12:12   Updated: 06 Nov 08 23:34
Component/s: Code Formatting and Code Style
Fix Version/s: Undefined

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

Build: 3,516


 Description  « Hide
Code reformatting of a method like this

foo.bar().baz().goo();

results in
foo.bar()
.baz()
.goo()

where the number of spaces depends, I think, on the "continuation indent" param. I'd like it to be aligned with the point of the first method call.



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