欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

eclipse中的常用设置

程序员文章站 2022-07-04 16:54:19
...
Eclipse中的常用设置

1. eclipse设置@author和@date注解

Project --> Properties --> Java Code Style --> Code Templates
勾选Enable project specific settings,选中Comments的Types,点击Edit,进行编辑即可:
/**
 * @author andrew
 * @date ${currentDate:date('yyyy/MM/dd')}
 */


2. eclipse中的view

Window --> Show View --> Other...
Project Explorer
Package Explorer


3. eclipse中设置字体大小

Window --> Preferences --> General --> Appearance --> Colors and Fonts
Basic --> Text Font --> Edit..


4. eclipse中设置背景颜色

Window --> Preferences --> General --> Editors --> Text Editors
Appearance color options --> Background color


5. eclipse中导入导出formatter格式文件

Window --> Preferences --> Java --> Code Style --> Formatter
导入Import / 导出 Export All


6. eclipse中添加源码

// jdk源码位置 Java\jdk1.8.0_112\src.zip
ctrl+左键 --> (Source not found)Attach Source... --> Java\jdk1.8.0_112\src.zip


7. eclipse中其他

显示tab的空格缩进 eclipse中的常用设置
            
    
    博客分类: eclipse javaeclipse 
显示隐藏面包屑alt + shift + B eclipse中的常用设置
            
    
    博客分类: eclipse javaeclipse 

8. eclipse中增加bookmark标签

代码行最左侧空白右键 --> Add Bookmark... --> 填写mark
Window --> Show View --> BookMarks 显示


9. eclipse中实用操作

1.拷贝文件全路径
  右键 --> Copy Qualified Name


10. eclipse中禁用系统自带的tomcat

Tomcat启动菜单 -> Configure Server -> Perferences -> Myeclipse -> Servers -> Integrated Sandbox -> Myeclipse Tomcat 6.0
设置:Enable -> Disable


11. eclipse中管理启动选择的项目

Window --> Preferences --> General --> Startup and Shutdown --> Workspaces
  • eclipse中的常用设置
            
    
    博客分类: eclipse javaeclipse 
  • 大小: 546 Bytes
  • eclipse中的常用设置
            
    
    博客分类: eclipse javaeclipse 
  • 大小: 704 Bytes
相关标签: java eclipse