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

Key: RSRP-51848
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Pasynkov
Reporter: Andrew Serebryansky
Votes: 0
Watchers: 1
Operations

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

Code Style options to control parentheses in arithmetic expressions

Created: 25 Oct 07 15:53   Updated: 13 Nov 07 14:58
Component/s: Code Cleanup
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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


 Description  « Hide
It would be good if it were possible to define rules about how parenthesis are to be used in expressions. In some code I would like brackets to be added, e.g. a + b * c would become a + (b * c). And in other case I would like them removed, e.g. (a + (b * c)) becomes a + (b * c).

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