当前位置: 代码迷 >> 综合 >> idea 随机:快捷键、心得体会
  详细解决方案

idea 随机:快捷键、心得体会

热度:18   发布时间:2024-01-04 08:41:29.0
idea 常用快捷键
1.查看
ctrl + 12 当前类所有方法窗口。
ctrl + alt + b 接口实现关系
ctrl + alt + t surround widthctrl + u  类依赖关系
ctrl + alt + u 依赖关系类图2.文件左右查询
alt + ->
alt + <-
alt + ctrl + ->
alt + ctrl + <-3.返回|复现
ctrl + Z 
ctrl + shift + Z4. 横竖分屏
tabs + 右键 选择……A. 按【鼠标中键】快速打开智能提示,取代alt+enter 。File->Settings-> Keymap-> 搜索 Show Intention Actions -> 添加快捷键为鼠标中键。
B. 按【F2】快速修改文件名,告别双手操作。File->Settings-> Keymap-> 搜索 Rename -> 将快捷键设置为F2 。
C. 按【F3】直接打开文件所在目录,浏览一步到位。File->Settings-> Keymap-> 搜索 Show In Explorer -> 将快捷键设置为F3 。
D. 按【Ctrl+鼠标右键】直接打开实现类,方便开发查询。File->Settings-> Keymap-> 搜索 implementation-> Add Mouse Shortcut 将快捷键设置为Ctrl+ 鼠标右键

 

  相关解决方案