Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Influence on ADT quick assist formatting?

jrgkraus
Active Contributor
0 Likes
689

In eclipse ADT, I use frequently the automatic refactorings offered by the quick assist menu.They are very helpful - however, the formatting of the generated code does not fit perfectly in my style (use of prefixes, too much blank lines and so on). Is it possible to put hands on these scripts?

In eclipse ADT, I use frequently the automatic refactorings offered by the quick assist menu.They are very helpful - however, the formatting of the generated code does not fit perfectly in my style (use of prefixes, too much blank lines and so on). Is it possible to put hands on these scripts?

1 REPLY 1
Read only

ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Likes
631

Hi Jörg,

unfortunately this is currently not possible.

You have to apply the format function aka. pretty printer afterwards.

Regards,

Thomas.