ctrl + z 撤銷 Undo
ctrl + shift + z 恢復 Redo
ctrl + x(shift + delete) 剪切選中部分/剪切行 Cut
ctrl + d 向下複製行或者代碼塊 Duplicate Line or Block
ctrl + shift + n 打開文件,經過文件名搜索文件
ctrl + shift + alt + n 打開文件,經過文件中的內容搜索文件
ctrl + f4 關閉當前文件 close tab
alt + 左/右箭頭 切換tab Select Previous/Next Tab
ctrl + y 刪除行 Delete Line
alt + shift + 上/下箭頭 移動行 Move Line Up/Down
ctrl + shift + 上/下箭頭 代碼塊移動 Move Statement Up/Down
ctrl + [ 將光標移到當前代碼塊的開始出 Move Caret to Code Block Start
ctrl + ]
ctrl + shift + [ 選中光標當前位置到所在代碼塊其實位置的代碼 Move Caret to Code Block Start with Selection
ctrl + shift + [
ctrl + w 層層上選(美妙至極的功能) Select Word at Caret
shift + enter 開始新的一行(光標在當前行中也能生效) Start New Line
ctrl + alt + enter 在當前光標所在行的上面插入行 Strat New Line Before Current
ctrl + 上/下箭頭 移動滾動條 Scroll Up/Down
ctrl + f(alt + f3) 在當前文檔中搜索 Find
ctrl + shift + f 在指定路徑中搜索(能夠選中左邊資源管理器中的路徑再用) Find in Path
ctrl + r 替換 Replace
shift + f6 重構變量名 Rename
ctrl + alt + L 格式化代碼 Reformat Code
file -> settings -> code style 設置本身的格式化目標,各類空格換行均可以設置
自定義代碼片斷
file -> settings -> live temlpates
自定義文件模板
file -> settings -> file and code templates