博客
关于我
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/

你可能感兴趣的文章
Notification 使用详解(很全
查看>>
NotImplementedError: Cannot copy out of meta tensor; no data! Please use torch.nn.Module.to_empty()
查看>>
Now trying to drop the old temporary tablespace, the session hangs.
查看>>
nowcoder—Beauty of Trees
查看>>
np.arange()和np.linspace()绘制logistic回归图像时得到不同的结果?
查看>>
np.power的使用
查看>>
NPM 2FA双重认证的设置方法
查看>>
npm build报错Cannot find module ‘webpack/lib/rules/BasicEffectRulePlugin‘解决方法
查看>>
npm build报错Cannot find module ‘webpack‘解决方法
查看>>
npm ERR! ERESOLVE could not resolve报错
查看>>
npm ERR! fatal: unable to connect to github.com:
查看>>
npm ERR! Unexpected end of JSON input while parsing near ‘...“:“^1.2.0“,“vue-html-‘ npm ERR! A comp
查看>>
npm error Missing script: “server“npm errornpm error Did you mean this?npm error npm run serve
查看>>
npm error MSB3428: 未能加载 Visual C++ 组件“VCBuild.exe”。要解决此问题,1) 安装
查看>>
npm install CERT_HAS_EXPIRED解决方法
查看>>
npm install digital envelope routines::unsupported解决方法
查看>>
npm install 卡着不动的解决方法
查看>>
npm install 报错 EEXIST File exists 的解决方法
查看>>
npm install 报错 ERR_SOCKET_TIMEOUT 的解决方法
查看>>
npm install 报错 Failed to connect to github.com port 443 的解决方法
查看>>