[IDEA]常用快捷键
vagabond1-1983 opened this issue · 2 comments
vagabond1-1983 commented
快捷键
Main menu->Navigate->implementation(s) - 查看实现类 - Ctrl + T
Main menu->Code-Completion-Basic - 智能提示 - Alt + /
Editor Actions-Delete Line - 删除一整行 - Ctrl + D
Editor Actions-Duplicate Line or Block - 复制一整行 - Ctrl + Y
Editor Actions-Start New Line - 新起一行 - Shift + Enter
File Structure - 文件结构 - Ctrl + F12
jiabin1122 commented
Code-Reformat Code - 格式代码 - Ctrl + Alt + L
Editor Actions-Split Line - 新起一行(在当前行上一行) - Ctrl + Enter
Main men-Edit-Find-Find Usages - Alt + F7
Main menu-Navigate-Line... - 到某一行 - Ctrl + L
ssss1001 commented
快速打出System.out.println() -(打出)sout +(再按)Tab