我希望Eclipse在创建新类时添加以下注释。如何创建这样的模板?
// ===========================================================
// Constants
// ===========================================================
// ===========================================================
// Fields
// ===========================================================
// ===========================================================
// Constructors
// ===========================================================
// ===========================================================
// Getter & Setter
// ===========================================================
// ===========================================================
// Methods for/from SuperClass/Interfaces
// ===========================================================
// ===========================================================
// Methods
// ===========================================================
// ===========================================================
// Inner and Anonymous Classes
// ===========================================================
答案 0 :(得分:18)
Window - Preferences - Java - Code Style - Code Templates - Class Body - Edit
在偏好设置窗口树上方的搜索框中键入“模板”是找到所需内容的好方法