zoukankan      html  css  js  c++  java
  • eclipse---常用快捷键

    格式相关

    ctrl + shift + f //代码格式化

    ctrl + shift + / //折叠所有块

    ctrl + shift + * //打开所有块

    ctrl + shift + o //自动整理导入文理

      

    查找/替换相关

    ctrl + shift + r //资源快速查找

    ctrl + shift + t //类查找

    ctrl + shift + g //查找所有引用

    ctrl + o //类成员查看

    ctrl + h //全局查找

    alt + shift + r //替换所有引用

    ctrl + L //行定位 

    ctrl + q //快速定位至最后一个编辑的位置

    ctrl + shift + p //定位至对应的匹配符

    alt + shift + s //显示代码相关操作选项

    ctrl + shift + L //显示所有的快捷键

    alt + enter //显示当前资源属性

    ctrl + t //快速显示当前类继承结构

    f4 //显示类结构

    ctrl + d //删除当前行

    ctrl + alt + ↓ //复制当前行至下一行

    alt + ↓ //当前行与下一行交换位置

    ctrl + f6 //界面切换 程序名切换

    ctrl + m //窗口最大/小化

    ctrl + w //关闭当前编辑器

    ctrl + / //行注释

    ctrl + 1 //快速修复 

    ctrl + f11 //运行

    ctrl + shift + s //保存所有

    alt + / //提供内容帮助

    注:在window->preferences->general->keys中可以修改及添加快捷键

  • 相关阅读:
    office 2013激活
    MVC interview question
    javaScript true /false
    17 ways to Optimize VBA Code for FASTER Macros
    50 Excel VBA Oral Interview Questions
    How to compare two worksheets in a workoo
    Access窗体传值
    How to Convert a workbook/WorkSheet to PDF
    01_js数据类型
    02_js两个变量交换值
  • 原文地址:https://www.cnblogs.com/garfieldx/p/3381512.html
Copyright © 2011-2022 走看看