Eclipse Package Explorer: Hide part of long package names?

后端 未结 1 1772
清酒与你
清酒与你 2021-01-31 13:37

I\'ve been searching for a \"problem\" that have annoyed me for a while (but without any luck).

I am developing an Android application with the rather long package name

1条回答
  •  一个人的身影
    2021-01-31 14:11

    You can configure package name abbreviations in Helios (3.6) or later. Go to Window > Preferences > Java > Appearance to set up abbreviation rules.

    For example, com.kennethbrodersen.simplepod could be configured to be displayed as {KBsimple} with the rule com.kennethbrodersen.simplepod={KBsimple}.

    0 讨论(0)
提交回复
热议问题