Intellij 常用快捷键

Project [Alt+1]
Version Control [Alt+9]
Run [Ctrl+Shift+F10]
Debug [Ctrl+Shift+F11]
Terminal [Alt+F12]
Editor [Escape]
Move the current line of code [Ctrl+Shift+Up][Ctrl+Shift+Down]
Duplicate a line of code [Ctrl+D]
Remove a line of code [Ctrl+Y][Ctrl+X]
Find in the currently open file [Ctrl+F]
Find and replace in the current file [Ctrl + R]
Navigate between opened tabs
Create new [Alt + Insert]
Surround with [Ctrl+Alt+T]
Recent files [Alt+Q]
Navigate to Class [Ctrl+N]
Search In Full Text [Ctrl+Shift+F]

---------------------------------最常用的快捷键--------------------------------------
Recent File [Alt+Q]
Navigate to Class [Ctrl+N]
Navigate to File [Ctrl+Shfit+N]
Navigate to Symbol [Ctrl+Shfit+Alt+N]
Show structure [Ctrl+F12]
Show usages [Ctrl+Alt+F7]


refactoring basics
Rename [Shift+F6]
Extract variable [Ctrl+Alt+V]
Extract field [Ctrl+Alt+F]
Extract a constant [Ctrl+Alt+C]
Extract a method [Ctrl+Alt+M]
Find usage [Alt+F7]


Run [Shift+F10]
Debug [Shift+F9]

大小写转换 [CTRL+SHIFT+U]

原文地址:https://www.cnblogs.com/mengjianzhou/p/5948059.html