自定义eclipse新的类模板 [英] Customize eclipse new class template

查看:97
本文介绍了自定义eclipse新的类模板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我创建一个新类时,我希望Eclipse放置以下注释。如何创建这样的模板?

  // ============== ======================================= 
//常量
// ========================================== ===============

// ======================= $ //
// Fields
// === ================================================== ======


// ========================== ===========================
//构造函数
// ======== ================================================== =



// ============================ ============================
// Getter& Setter
// ======================================= ================

// ======================== =================================
// SuperClass / Interfaces / Interfaces的方法
// ========================================== =============



// =================
//方法
// =========================================== ============

// ========================== =============================
//内部和匿名类
// === ================================================== ======


解决方案

窗口 - 首选项 - Java - 代码样式 - 代码模板 - 类体 - 编辑



在首选项窗口树上的搜索框中键入模板是找到您的重新寻找


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

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

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


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



// ===========================================================
// 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

这篇关于自定义eclipse新的类模板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆