码迷,mamicode.com
首页 > 其他好文 > 详细

Intellij Shortcuts

时间:2017-02-23 18:30:42      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:code   mod   pen   rename   isp   brief   method   run   orm   

ctrl+shift+F : search in whole project

ctrl+hover : check the field info in brief

ctrl+Q : check the field info in detail

ctrl+P: show the parameter information

ctrl+W : select the sentence incrementally

ctrl+H : check the hierarchy of a class

ctrl+B : go to the declaration of a method

ctrl+U: go to the super method/class

ctrl+H: type hierarchy

ctrl+shift+H: method hierarchy

ctrl|+alt+H: call hierarchy

ctrl+shift+N : search for and open a class

alt+enter : smart suggestions

ctrl+space :  smart completion

ctrl+Y : delete the current line

ctrl+F4: close the current tab

alt+Q: show the current class name

double+shift: search everywhere

ctrl+shift+F: find in path

ctrl+F9: compile make project (compile modified and dependent)

ctrl+shift+F9: compile selected file, package or module

shift+F9: debug

shift+F10: run

ctrl+shift+F10: run context configuration from editor

shift+F6: refactor -> rename

ctrl+J: insert template

ctrl+shift+A: find any action inside the IDE

ctrl+shift+Enter: Complete the code block automatically

ctrl+J: suggestions of code blocks

ctrl+H: Display the hierarchy of the Class

ctrl+alt+H: Display the usage of the method

Intellij Shortcuts

标签:code   mod   pen   rename   isp   brief   method   run   orm   

原文地址:http://www.cnblogs.com/codingforum/p/6434678.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!