博客
关于我
Java Eclipse快捷键!
阅读量:656 次
发布时间:2019-03-15

本文共 630 字,大约阅读时间需要 2 分钟。

编程编辑器常用快捷键总结

在编程过程中,手算是不可或缺的一部分,但正确运用快捷键可以大幅提升工作效率。本文将整理一些常用的编程编辑器快捷键,帮助开发者节省时间。


编辑功能

文本编辑器

  • 查找上一个、下一个
    • Ctrl+Shift+K:查找上一个
    • Ctrl+K:查找下一个
  • 增量查找
    • Ctrl+J:正向增量查找
    • Ctrl+Shift+J:反向增量查找

全局编辑器

  • 常用操作
    • Ctrl+F:查找并替换
    • Ctrl+Z:撤销
    • Ctrl+Y:重做
    • Ctrl+X:剪切
    • Ctrl+C:复制
    • Ctrl+A:全选
    • Ctrl+D:删除当前行

查看功能

缩放显示

  • Ctrl+ =:全局放大
  • Ctrl+ -:全局缩小

窗口操作

编辑器切换

  • Ctrl+Shift+W:切换编辑器

导航

文件导航

  • Ctrl+Shift+T:打开类型
  • Ctrl+Shift+F2:打开外部javadoc
  • Ctrl+Shift+F3:打开结构

项目导航

  • Ctrl+Shift+R:打开资源

历史记录

  • Alt+←:后退历史记录
  • Alt+→:前进历史记录

搜索功能

  • 在代码中搜索
    • Ctrl+Shift+U:搜索出现的内容

文本编辑

插入操作

  • Insert:改写切换

文件操作

  • 保存和打印

    • Ctrl+S:保存
    • Ctrl+P:打印
  • 关闭文件

    • Ctrl+F4:关闭编辑器

**项目)

构建和调试

  • Ctrl+B:全部构建

语法高亮与格式化

  • Java编辑器
    • Ctrl+Space:代码助手完成插入

转载地址:http://xcumz.baihongyu.com/

你可能感兴趣的文章
order by rand()
查看>>
Orderer节点启动报错解决方案:Not bootstrapping because of 3 existing channels
查看>>
org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement profile
查看>>
org.apache.commons.beanutils.BasicDynaBean cannot be cast to ...
查看>>
org.apache.dubbo.common.serialize.SerializationException: com.alibaba.fastjson2.JSONException: not s
查看>>
sqlserver学习笔记(三)—— 为数据库添加新的用户
查看>>
org.apache.ibatis.exceptions.PersistenceException:
查看>>
org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned
查看>>
org.apache.ibatis.type.TypeException: Could not resolve type alias 'xxxx'异常
查看>>
org.apache.poi.hssf.util.Region
查看>>
org.apache.xmlbeans.XmlOptions.setEntityExpansionLimit(I)Lorg/apache/xmlbeans/XmlOptions;
查看>>
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /
查看>>
org.hibernate.HibernateException: Unable to get the default Bean Validation factory
查看>>
org.hibernate.ObjectNotFoundException: No row with the given identifier exists:
查看>>
SQL-CLR 类型映射 (LINQ to SQL)
查看>>
org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
查看>>
org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
查看>>
org.springframework.web.multipart.MaxUploadSizeExceededException: Maximum upload size exceeded
查看>>
org.tinygroup.serviceprocessor-服务处理器
查看>>
org/eclipse/jetty/server/Connector : Unsupported major.minor version 52.0
查看>>