zoukankan      html  css  js  c++  java
  • eclipse和idea的一些常用功能对比-学习笔记

    1.按类名搜索,eclipse : ctrl+shift+R, idea : ctrl + N.

    2.按文件名进行搜索, eclipse : ctrl+T, idea : ctrl + shift + N.

    3.查看类或方法在哪被使用,eclipse : ctrl+shif+H, idea : alt + F7.

    4.全局内容搜索,eclipse : ctrl+H, idea : ctrl+shift+F.

    5.idea中,Shift+Shift搜索任何東西.

    6.自动import快捷键,eclipse : ctrl + shift + o, idea : alt + enter.

    7.常见行操作:添加 :Shift+Enter,复制:Ctrl+D,移动 :Ctrl+Shift+↑/↓  或者  Alt+Shift+↑/↓,删除:Ctrl+Y。

    8.跳到下一个匹配,eclipse : ctrl + k, idea : F3.

    9.outline快捷键,eclipse :ctrl+o, idea : ctrl+ F12.

    10.页面内搜索和替换,eclipse : ctrl+f, idea : ctrl + r.

    11.找接口实现类快捷键,eclipse : ctrl+T, idea : ctrl+alt+B.

    12.页面内全局替换,eclipse : Alt + Shift + R, idea : Shift + F6.

    13.向上创建一个空行,eclipse : ctrl+shift+enter, idea : ctrl+alt+enter.

    14.实现接口方法快捷键,idea : ctrl + i.

    15.按指定行查找,eclipse : ctrl + L, idea : ctrl + G.

    16.移动当前行, idea : ctrl + shift + 上下箭头, eclipse : ctrl + 上下箭头。

    17. 大小写转换, idea : ctrl + shift + U.

    18.查看接口实现,idea : ctrl + alt + B, eclipse : ctrl + t.

    19.返回上一次查看的地方,idea:ctrl + alt + 方向键,eclipse : ctrl + 方向键。

     
  • 相关阅读:
    [转]spring学习笔记7.自动装配(补充)
    [转]JSON 入门指南
    [转]spring学习笔记补: 生命周期
    rownum的用法
    简易计算器实现
    Flush the AOS cache from code
    通过Batch发送Report
    Export excel file format
    The report's image auto resizes (Always use in report)
    Save the users last values in a dialog
  • 原文地址:https://www.cnblogs.com/xiejh8/p/10172242.html
Copyright © 2011-2022 走看看