Ctrl+Shift+空格
Ctrl+Alt+T  选中

ctrl+alt+o 去除没有使用的import

Ctrl+W
 Ctrl+K 打开代码提交页面.
  Ctrl+F 搜索,接着 Ctrl+R 替换
   Ctrl+Shift+R.全环境替换, Ctrl+Shift+F 全环境搜索
   选中关键字  Ctrl+Alt+Shift+T,  牛逼了

Ctrl+Alt+V  重构
  Ctrl+斜杠 and Ctrl+Shift+斜杠. 注释
  alt+f1
  shirt+f1
  Ctrl+Shift+空格 
   
  Ctrl+空格.
  Ctrl+P  展示方法参数信息
  Ctrl+Shift+Backspace (Navigate | Last Edit Location) brings 
  
  Use Ctrl+Shift+F7 搜索某个关键词当前文件中使用情况,下一个 F3 上一个shift+F3 
  ALT+insert 自动生成函数
  
  Alt+Q (View | Context Info) to see the declaration of the current method without the need to scroll to it.
  Use Ctrl+J to complete any valid Live Template abbreviation if you don't remember it. For example, type it and press Ctrl+J to see what happens
  Use Alt+向上箭头 and Alt+向下箭头 keys to quickly move between methods in the editor.
  
  Ctrl+Shift+V  打开剪贴板
 调试时,按住ALT,然后点击表达式,可以看到执行结果
  
  You can use the Extract Variable refactoring even on incomplete statements. Just press Ctrl+Alt+V, and choose the desired expression:
  To open any particular method or field in the editor quickly, press Ctrl+Alt+Shift+N (Navigate | Symbol) and start typing its nam
  Use Basic Completion (Ctrl+空格) within HTML, CSS and other files, for completing image file names.
  
  With a single keystroke, you can apply another code style/coloring scheme or keymap right from the editor. Just press Ctrl+后引号 (View | Quick Switch Scheme), to specify the scheme you want to change.
  
 使用 Ctrl+Shift+Enter, 快速补齐 as if, do-while, try-catch, return (or a method call) into a syntactically correct construct (e.g. add curly braces).
  
  Alt+Shift+F10 you can access the Run/Debug dropdown on the main toolbar, without the need to use your mouse.
  To quickly find and run an inspection, press Ctrl+Alt+Shift+I and start typing the name of the inspection or its group. Choose the desired inspection from the suggestion list and then specify the desired scope.
  
  
   Ctrl+Shift+I  迅速查看选中内容的定义
  
   Alt+Shift+C 查看工程中文件增删修改情况
  
  Ctrl+Alt+Shift+C 复制引用位置
  ctrl+D 复制到下一行
  
   Shift+F6 (Refactor | Rename) 重构、重命名
   Ctrl+Shift+向上箭头 or Ctrl+Shift+向下箭头.  代码下、上移动
   Ctrl+Alt+F7  全文查找
   Ctrl+shift+F7  选中某个关键字,查看某个关键字,高亮显示在当前文件中的使用情况
    Ctrl+Shift+A   迅速找到相关操作

Ctrl+Click (on Windows) or Cmd+Click (on MacOS) a tab in the editor to navigate to any part of the file path. Select the necessary element in the drop-down, and the corresponding file path opens in an external browser (e.g., in the Explorer, if your OS is Windows).
 . With the caret at the class name in the editor, press Alt+Enter, and choose Create Test from the suggestion list:
 Use the Switcher (Ctrl+Tab) to switch between open files and tool windows. Keeping Ctrl pressed, use the Up and Down arrow keys, Tab or Shift+Tab, Alt for navigation; use Delete or BackSpace to close editor tab or hide a tool window.

Fix doc comment 设置给类方法加注释

Ctrl+斜杠 comments or uncomments the current line or selected block with single line comments (//...).
Ctrl+Shift+斜杠 encloses the selected block in a block comment (/*...*/).
To uncomment a commented block press Ctrl+Shift+斜杠 anywhere inside it.

ctrl+alt+v  变量重构
Ctrl+Shift+V  打开复制面板
Ctrl+D 生成相同一行代码

Use the Tab key to move between the template fields. See File | Settings | Live Templates for more details. ****************tab键 默认功能

Ctrl+Shift+Backspace 回到最近代码编辑处
 Ctrl+Shift+F7  选中关键字,此快捷键,高亮 显示当前文档中关键字使用情况 ,F3 找下个使用该关键字地方,shift+f3 找上一个
 
 ctrl+alt+t  将选中代码,外面增加if,while等
 
  Alt+Q (View | Context Info) to see the declaration of the current method without the need to scroll to it.
  
  F2/Shift+F2查找语法错误  
  
   Ctrl+J to complete any valid Live Template abbreviation if you don't remember it. For example, type it and press Ctrl+J to see what happens.
   
 Alt+向上箭头 and Alt+向下箭头  在editor中,迅速在上下方法间切换.
 Ctrl+Shift+J 将两行合并为一行,移除不必要的空格 
 Refactor | Copy 复制生成一个新的类
 
 调试期间 选中表达式,按 Alt+F8 查看表达式执行结果
  Ctrl+Alt+Shift+N 直接查询方法等关键字
  
   Ctrl+Shift+向上箭头 or Ctrl+Shift+向下箭头.  选中内容,上下移动位置
   Ctrl+U 大小写转换
 
Cmd + Shift + T作为类和测试之间的导航

Alt+Home keyboard shortcut to show the navigation bar, and arrow keys to locate the necessary files or folders.
 
 To quickly find and run an inspection, press Ctrl+Alt+Shift+I and start typing the name of the inspection or its group. Choose the desired inspection from the suggestion list and then specify the desired scope.???
 
选中类名或接口名,ALT+ENTER  可以选择创建子类、测试类等等

Use the Switcher (Ctrl+Tab) to switch between open files and tool windows. Keeping Ctrl pressed, use the Up and Down arrow keys, Tab or Shift+Tab, Alt for navigation; use Delete or BackSpace to close editor tab or hide a tool window.

There are two ways of closing all tabs in the editor, except the current one:
First, right-click the editor tab, and choose Close Others on the context menu.
Second, keeping the Alt key pressed, click   on the editor tab.

To compare two directories, select one or both of them in the Project view and press Ctrl+D.   对比差异

Lucene Solr
GeoHash)

intellij IDE 快捷键(windows)相关推荐

  1. IntelliJ IDEA 快捷键 Windows

    Ctrl 快捷键 介绍 Ctrl + F 在当前文件进行文本查找 (必备) Ctrl + R 在当前文件进行文本替换 (必备) Ctrl + Z 撤销 (必备) Ctrl + Y 删除光标所在行 或 ...

  2. Intellij IDEA 快捷键 (Mac Windows)

    在Java开发过程中,最常用的IDE(编译器)也许就是Eclipse / MyEclipse 了,但是在MacBook 中安装MyEcllipse 破解起来非常麻烦,一不小心就要重新安装破解: 所以推 ...

  3. 收藏 | Windows 版 IntelliJ IDEA 快捷键终极大全!

    点击上方蓝色"程序猿DD",选择"设为星标" 回复"资源"获取独家整理的学习资料! 来源 | blog.csdn.net/weixin_42 ...

  4. 工具使用说明-IntelliJ IDEA快捷键

    说明 IntelliJ IDEA 的便捷操作性,快捷键的功劳占了一大半,对于各个快捷键组合请认真对待.IntelliJ IDEA 本身的设计思维是提倡键盘优先于鼠标的,所以各种快捷键组合层出不穷,对于 ...

  5. Intellij Idea 快捷键设置大全

    使用Idea的目的就是为了编码完全脱离鼠标,虽然使用快捷键编码时很方便可以很长时间不碰鼠标,但windows系统查看文件.数据库什么的还是需要用到鼠标,这点相当郁闷,一直来的简单追求,脱离个鼠标而已: ...

  6. 十大Intellij IDEA快捷键转

    Intellij IDEA中有很多快捷键让人爱不释手,stackoverflow上也有一些有趣的讨论.每个人都有自己的最爱,想排出个理想的榜单还真是困难.以前也整理过Intellij的快捷键,这次就按 ...

  7. IntelliJ IDEA 快捷键终极大全,速度收藏!

    点击上方"方志朋",选择"设为星标" 回复"666"获取新整理的面试资料 来源:https://blog.csdn.net/weixin_4 ...

  8. c 普通的文本变成注释文本的快捷键_2019年IntelliJ IDEA快捷键终极大全,绝版!速度收藏!...

    自动代码 查询快捷键 其他快捷键 调试快捷键 重构 十大Intellij IDEA快捷键 1 智能提示 2 重构 3 代码生成 4 编辑 5 查找打开 6 其他辅助 太难割舍,前三名并列吧! 本文有点 ...

  9. IntelliJ IDEA 快捷键大全

    常用的有fori/sout/psvm+Tab即可生成循环.System.out.main方法等boilerplate样板代码 . 例如要输入for(User user : users)只需输入user ...

最新文章

  1. 【Pandas库】(5) 索引操作--增、删
  2. 坚持不懈续集 (二) 初学者挑战学习Python编程30天
  3. PCB模拟地和数字地的处理
  4. body添加代码 js_hexo 博客添加评论和阅读量
  5. ActiveRecord学习笔记(四):处理Many-To-Many映射
  6. C#方法参数传递机制
  7. jquery的html,text,val
  8. openwrt uci
  9. Tushare最好用的金融数据接口之一
  10. ios看html文件乱码,iOS webView 打开 TXT/PDF 文件乱码的问题
  11. android+色调+半透明,91桌面Android3.0绽放 智能美化双管齐下
  12. 大学计算机基础实验指导word,大学计算机基础实验指导全套.doc
  13. 读书笔记 之《软件架构设计: 大型网站技术架构与业务架构融合之道》
  14. 基于PHP开发的云平台网络课堂教学学习互动平台设计
  15. 记一次微信分享的坑,ios和安卓分享打开的url不一样
  16. 《缠中说禅108课》66:主力资金的食物链
  17. java :工资计算
  18. phpstorm 配置 xdebug断点调试
  19. Arduino旋转编码器
  20. Linux常用命令简略版

热门文章

  1. ACCESS转SQL SERVER的经验
  2. flink回撤流分析
  3. 安卓学习日记——媒体播放
  4. 保护卡下机房维护(装缷软件,改变设置)
  5. 【抓包工具】配置:Charles 配置华为手机 HTTPS CA 证书
  6. mysql数据库如何修改ip地址
  7. 链表大总结(王道加红皮书)
  8. 我和DolphinScheduler的这一年
  9. 深入浅出剖析静态方法和实例方法的区别
  10. C# 调用百度api接口获取节假日