开发者

Customize eclipse new class template

开发者 https://www.devze.com 2023-03-19 12:48 出处:网络
I want Eclipse to put following comments when ever I create a new class. How to create a template like this?

I want Eclipse to put following comments when ever I create a new class. How to create a template like this?

// ===========================================================
// Constants
// ===========================================================

// ===========================================================
// Fields
// ===========================================================


// ===========================================================
// Constructors
// ===========================================================



// ==================================开发者_Python百科=========================
// Getter & Setter
// ===========================================================

// ===========================================================
// Methods for/from SuperClass/Interfaces
// ===========================================================



// ===========================================================
// Methods
// ===========================================================

// ===========================================================
// Inner and Anonymous Classes
// ===========================================================


Window - Preferences - Java - Code Style - Code Templates - Class Body - Edit

Typing "Templates" in the search box above the tree of the preferences window is a good way to find what you're looking for

0

精彩评论

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