Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
让我的方法按字母顺序排列会很好,就像 java 文档一样。eclipse可以为我做吗?还是我手动做?
您可以在大纲视图中按字母顺序查看班级成员,但我认为您不能按字母顺序对他们进行排序。您只能按类型(例如初始化程序、构造函数等)和可见性(公共、私有...)对它们进行排序。