zoukankan      html  css  js  c++  java
  • Eclipse常用快捷键windows


    Ctrl+1:快速修正
    Ctrl+W: 关闭当前文件
    ctrl+O:打开outline
    Ctrl+D: 删除当前行
    Ctrl+L: 定位在某行
    Ctrl+Q:转到上次修改位置
    Ctrl+/:注释代码
    Ctrl+H:搜索
    Ctrl+G: 搜索声明

    Ctrl+Shift+M: 添加导入
    Ctrl+Shift+O: 组织导入
    Ctrl+Shift+R: 打开资源
    Ctrl+Shift+T: 打开类型
    Ctrl+Shift+G: 全局搜索引用

    Ctrl+Alt+G: 搜索选中的文本
    Ctrl+Alt+H: 打开调用层次结构
    Ctrl+Alt+方向: 复制行

    Alt+方向: 移动本行
    Alt+/: 代码提示
    Alt+Shift+R:重命名

    Alt+Shift+J:添加注释
    Shift+F2: 打开Java文档

    F3: 转到声明

    插件安装
    findbugs

    http://findbugs.cs.umd.edu/eclipse

    checkstyle

    http://eclipse-cs.sourceforge.net/update

    Regex Util

    http://marketplace.eclipse.org/content/regex-util

    觉得不错,点个赞吧
  • 相关阅读:
    每日总结
    每日总结
    每日总结
    每日总结
    每日总结
    每日总结
    每日总结
    每日总结
    团队博客
    团队博客
  • 原文地址:https://www.cnblogs.com/luangeng/p/5470146.html
Copyright © 2011-2022 走看看