Mac下IDEA快捷键收集(随使用陆续更新)

阅读更多
随用随记,陆续更新


查看方法API (Quick Document)
F1

查看方法或变量在项目中的引用
option+F7

根据名称打开文件 (Navigate>File)
Command + Shift + O


跳到文件的指定行
Command + L

显示文件结构,定义的变量、方法等(File Structure)
Command + F12



删除当前行(Delete Line)
Command + Backspace(删除字符键)

自动引入未被引入的import(Show Itention Actions)
Windows下 Alt + Enter

引入包(Show intention Actions)
option + Enter


打开实现方法(Navigate>implementation(s))
Command + Alt + B



自动补全类(Completion)
Windows下
Ctrl+ Alt + 空格


输入
sout会弹出是否补全System.out


类似Eclipse的Tab跳过括号,可以使用
Ctrl + Shift + Enter(Windows下)

你可能感兴趣的:(idea,shortcuts,快捷键,IDEA)