格式化代码:Ctrl+Shift+F
自动导包:Ctrl+Shift+O
代码提示:Alt+/
设置断点:Ctrl+Shift+B
注释
单行注释/取消:Ctrl+/
ctrl+d: delete current line
ctrl+k: find next selected key
ctrl+shift+k: find previous selected key
ctrl+space: content assitant(may conflict with some input methods, but can be customized). It can be replaced by alt+/.
f3: open declaration
f5: step into
f6: step over
f7: step return
f8: continue
f11: debug
参考资料