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

Key: IDEA-17870
Type: New Feature New Feature
Status: Open Open
Assignee: Unassigned
Reporter: Ricky Hazelwood
Votes: 0
Watchers: 0
Operations

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

Ability to add space after method parameter annotation

Created: 23 Apr 08 10:05   Updated: 23 Apr 08 10:05
Component/s: Code Formatting and Code Style

Build: 7,807


 Description  « Hide
Currently IntelliJ always removed any space char after an annotation use on a method parameter.
e.g. public Test(@Qualifier("blah") AType blah){} is always changed to public Test(@Qualifier("blah")AType blah){} after running code format.

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