博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Idea常用快捷键
阅读量:6501 次
发布时间:2019-06-24

本文共 1554 字,大约阅读时间需要 5 分钟。

  hot3.png

1、文本编辑

      删除    ctr + y

      复制    ctr + D

2、智能提示

       提示    ctr + space

       智能提示 ctr + shift + space

       完成当前语句  ctr + shift + enter

       建议提示为参数  ctr + alt + P

       对代码重新排列格式 Ctrl + Alt + L

       对imports进行优化                                                            Ctrl + Alt + O

3、位置定位

       定位到下一个或上一个错误 F2 / Shift + F2

       定位文件头   ctr+G    (定位到文件行数)

       定位文件尾   ctr+G    

       定位到代码块开始  ctr + [

       定位到代码块结束  ctr + ]

       回到最近的窗口      F12

       回到之前的文件  alt + left

       回到之后的文件   alt + right

       定位到最后编辑位置  Ctrl + Shift + Backspace

       从tool window或其他window切换到文件编辑    esc

       关闭最近打开的窗口    shift + esc

4、类、方法、文件定位

查找类    ctr + N

       查找文件  Ctrl + Shift + N

       符号定位     Ctrl + Alt + Shift + N

       查看文件结构   ctrl + F12

       最近打开的文件  ctr + E

       定位下一个方法 alt + down

       定位上一个方法  alt + up

       查看方法参数信息  ctr + p

       查看方法、类的doc ctr + Q

5、类、方法的结构查看、定位

       跳到类或方法的声明         ctr + B

       定位到类的父类、接口     ctr + U

       查看类的继承结构             ctr + H

       查看方法的继承结构          ctr + shift + H

       查看类或方法被调用情况  ctr + alt +H 

       原地参看类、方法的声明 Ctrl + Shift + I

6、运行与调试

        Compile and Run

        Ctrl + F9 Make project (compile modifed and dependent)
        Ctrl + Shift + F9 Compile selected file, package or module
        Alt + Shift + F10 Select configuration and run
        Alt + Shift + F9 Select configuration and debug
        Shift + F10 Run
        Shift + F9 Debug
        Ctrl + Shift + F10 Run context configuration from editor
        Debugging
        F8 Step over
        F7 Step into
        Shift + F7 Smart step into
        Shift + F8 Step out
        Alt + F9 Run to cursor
        Alt + F8 Evaluate expression
        F9 Resume program
        Ctrl + F8 Toggle breakpoint
        Ctrl + Shift + F8 View breakpoints

 

7、使用设置

SpringBoot开发的时候修改html或js文件时不能即时生效需要重启。这种情况需要修改下配置:

  • Settings--> Build,Execution, Deployment --> Compiler  勾选 Build project automatically   
  • 按快捷键Shift+Ctrl+Alt+?  --> 搜索 compiler.automake.allow.when.app.runing  --> 勾上;

转载于:https://my.oschina.net/woter/blog/1795549

你可能感兴趣的文章
android otg 挂载流程,android USB OTG功能如何打开及实现
查看>>
html属性board,pin_board.html
查看>>
html定位有几种,POSITION定位有哪几种?各有什么特点?
查看>>
苹果平板可以用html么,如何将ipad苹果平板电脑中的safari浏览器禁用
查看>>
背锅侠逆袭之路
查看>>
移动互联企业级应用三大场景
查看>>
vmware的APD和PDL详细解析
查看>>
理解:思科设备上的网络地址翻译功能(NAT)功能
查看>>
演示:使用协议分析器取证IPv6的报文结构
查看>>
oracle 11gr2 rac中的4种IP解说
查看>>
为什么你找不到工作?
查看>>
20 个免费的 jQuery 的工具提示插件:
查看>>
Windows录音API学习笔记(转)
查看>>
只有在北方的中国帝国能力享受免费的商业课程:财富规划法与愿景
查看>>
食谱API自由和开放接口-为了发展自己的健康厨房APP应用
查看>>
汇编语言的应用
查看>>
一句话的设计模式(收藏)
查看>>
device platform 相应的表
查看>>
php des 加密解密实例
查看>>
【Mac】Mac键盘实现Home, End, Page UP, Page DOWN
查看>>