挑战全网最全的idea快捷键与选项卡中文翻译

简介: 挑战全网最全的idea快捷键与选项卡中文翻译


image.png

初用者使用idea时,可能对于快捷栏的一大堆感到懵逼,鉴于这个情况,楼主将快捷栏汉化。以供老铁们了解。希望老铁点赞收藏一下,真是要了老命了。

image.png

1.edit

  1. find word at caret ctrl f3 查找下一个
  2. select all occurrence 选择所有发生
  3. add selection for next occurrence 为下一个事件添加选择
  4. unselect occurrence 取消选择发生
  5. go to next highlighted element usage 转到下一个突出显示元素的用法
  6. find in path 路径查找
  7. search structurally 结构搜索
  8. find usages 查找用法
  9. column selection mode 列选择模式
  10. extend selection 扩展选择 选择一个方法中
  11. shrink selection 收缩
  12. join lines 连接线
  13. ctrl d 复制行
  14. unindent line or selection 非缩进线或选择
  15. toggle case 肘杆箱
  16. convert indents 转换缩进

2.view

  1. quick definition 快速定义
  2. show sibings 导航
  3. quick documentation 快速文档化
  4. parameter info 参数信息
  5. expression type 表达式类型
  6. context info 上下文信息
  7. quick switch scheme 快速切换方案
  8. active editor 活动编辑器
  9. bidi text direction 双向文本方向
  10. enter presentation 输入表示
  11. enter distraction free mode 进入无干扰模式
  12. enter full screen 输入全屏

3.navigate

  1. symbol 符号
  2. custom folding 定制折叠
  3. line column 行号
  4. last edit location 最后编辑位置
  5. seject in 塞入
  6. jump to navigation bar 跳转到导航栏
  7. declaration 查看声名
  8. related symbol 相关符号
  9. file structure 文件结构
  10. file path 文件路径
  11. type hierarchy 类型层次
  12. call hierarchy 调用层次结构

4.code

  1. delegate methods 代表
  2. unwrap/remove 拆开
  3. completion 完成
  4. folding 折叠
  5. collapse 折叠
  6. expand 展开
  7. insert live template 插入
  8. comment with line comment 注释
  9. show reformat file dialog 显示重新格式化文件对话框
  10. auto indent lines 自动缩进线
  11. move statement down 向下移动语句
  12. move line down 向下移动

5.analyze

  1. inspect code 检查代码
  2. slient code cleanup 代码清理
  3. run inspection by nane 检查
  4. configure current file analysis 配置当前文件分析
  5. view offline inspection result 查看离线检查结果
  6. infer nullity 推断无效性
  7. locate duplicates 定位重复
  8. analyze dependencies 分析依赖关系
  9. analyze module dependencies 分析模块相关性
  10. analyze data flow to here 分析这里的数据流

6.refactor

  1. refactor this 重构这个
  2. change signature 更改签名
  3. extract 提取
  4. extract.variable 变量
  5. extract.constant 常数
  6. extract.functional parameter 功能参数
  7. inline 内联的
  8. find and replace code duplicates 查找和替换代码副本
  9. pull members up 拉拢成员
  10. push members down 向下推成员
  11. use interface where possible 在可能的情况下使用接口
  12. replace inheritance with delegation 用委托替换继承
  13. wrap method return value 方法返回值
  14. convert anonymous to inner 将匿名转换为内部
  15. encapsulate fields 封装字段

7.build

  1. build module 构建模块
  2. recompile 重新编译
  3. generate ant build 生成构建

8.tools:

  1. task/contexts 任务/上下文
  2. add changelist 添加变更列表
  3. generate doc 生成

9.windows

  1. store current layout 存储当前布局
  2. restore default layout 恢复默认布局
  3. active tool window 活动工具窗口
  4. split vertically 竖着分屏
  5. pin tab 一个标签页
  6. tabs placement 标签放置
  7. sort tabs by filename 按文件名排序选项卡
  8. reopen new tabs at the end 重新打开新标签


相关文章
|
10天前
|
安全 Java
IntelliJ Idea 常用快捷键列表
这是一份IntelliJ IDEA常用快捷键列表,涵盖了代码编辑、文件操作、重构、查找及调试等多种开发场景。例如,使用Ctrl+Shift+Enter完成语句,Ctrl+E打开最近的文件,Ctrl+Shift+E查看最近更改的文件,以及Alt+Q预览当前方法声明等,极大地提升了开发效率。
IDEA中返回上一步和下一步快捷键失效【Ctrl+Alt+左箭头】
这篇文章提供了解决IntelliJ IDEA中"返回上一步"和"下一步"快捷键失效的方法,通常是因为与其他软件的快捷键发生冲突,解决方法是更改快捷键设置。
|
3月前
|
Java Android开发 Spring
idea开发常用快捷键总结
idea开发常用快捷键总结
59 9
|
2月前
|
Java
IDEA常用快捷键
本文为IDEA用户,特别是Java新手总结了一系列实用快捷键,包括快速生成main方法(psvm)、输出语句(sout)、删除行(Ctrl + X/Y)等,以及代码搜索、调试模式启动等高级功能,并提供了自定义快捷键的方法及示例图片,助你提升开发效率。
|
3月前
|
程序员 开发者
IDEA插件-Key Promoter X快捷键显示
Key Promoter X 是一款用于 IntelliJ IDEA 的插件,旨在帮助开发者学习并提键盘快捷键使用效率。它会监视用户在 IDEA 中的操作,并在您使用鼠标执行某些操作时提供相应的快捷键提示。 当使用鼠标点击一个按钮或菜单项时,Key Promoter X 会显示一个弹窗,告诉用户可以使用哪个键盘快捷键来执行相同的操作。
IDEA插件-Key Promoter X快捷键显示
|
3月前
|
Java 测试技术
idea for mac 最全快捷键整理
idea for mac 最全快捷键整理
290 12
idea快捷键:全局搜索文件,代码,接口,ctrl+shift+f无效?也可以点击Edit 点击Find Replace in path
idea快捷键:全局搜索文件,代码,接口,ctrl+shift+f无效?也可以点击Edit 点击Find Replace in path
|
4月前
|
IDE Java 项目管理
Java入门——Intellij IDEA简介、使用IDEA开发程序、IDEA常用快捷键、IDEA其他操作
Java入门——Intellij IDEA简介、使用IDEA开发程序、IDEA常用快捷键、IDEA其他操作
54 3
idea使用构造函数的快捷键是什么?alt + insert
idea使用构造函数的快捷键是什么?alt + insert
idea打开命令窗口的快捷键,使包分开的写法
idea打开命令窗口的快捷键,使包分开的写法