开发者

Eclipse formatter to keep One-Liners

开发者 https://www.devze.com 2023-01-01 01:07 出处:网络
Can Eclipse Formatter be configured to keep: public Long getId() {开发者_如何学C return this.id; }

Can Eclipse Formatter be configured to keep:

public Long getId() {开发者_如何学C return this.id; }

And maybe to format small (one line) definitions as one-liners?


No: bug 205973 has been written to request such a formatter option.
3 years later, it doesn't seem likely to be implemented.


Edit May 2001:

maleki mentions, in response to orbfish's comment, that at least you have some control over the zones of code which Eclipse may or may not format:

Java development user guide > Reference > Java Editor > Formatter Help page

This isn't a direct answer, but it can help:

Eclipse formatter to keep One-Liners


To my knowledge (and after a quick look), the default formatter does not provide this level of granularity for customization. If it's that important to the business, you might be able to find an Eclipse plugin (perhaps commercial) that can be configured with advanced rules like this.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号