首页 > 代码库 > eclipse注释模板及格式化模板导入步骤
eclipse注释模板及格式化模板导入步骤
1.点击Window->Preference->Java -> Code Style -> Formatter
2.点击右侧Import选择*.xml模板文件导入即可
3.如果需要对模板进行修改,可点击Edit编辑即可
模板实例:
<?xml version="1.0" encoding="UTF-8"?><profiles version="10"><profile name="Zhiwei Profile" version="10"><setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="http://www.mamicode.com/false"/><setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" value="http://www.mamicode.com/16"/><setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" value="http://www.mamicode.com/16"/><setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value="http://www.mamicode.com/16"/><setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation" value="http://www.mamicode.com/16"/><setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value="http://www.mamicode.com/16"/>.........................................................
注释模板导入:
1.点击Window->Preference->Java -> Code Style -> Code Templates
2.点击右侧Comments,然后点击Import选择*.xml模板文件导入即可
3.如果需要对模板进行修改,可点击Comments下的某一项,然后点击Edit编辑即可
实例:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><templates><template autoinsert="false" context="filecomment_context" deleted="false" description="Comment for created Java files" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.filecomment" name="filecomment">/** * @Title: ${file_name} * @Package ${package_name} * @Description: * @author ${user} * @date ${date} ${time} * @version V1.0 */ /**...........................................................................................................................
eclipse注释模板及格式化模板导入步骤
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。