Jetbrains工具快捷鍵名稱

Posted by Leo Yang on 2020-08-07

快捷鍵名稱

  • 移動到方法 : Main menu\ Navigate\ Go to Declaration or Usages
  • 執行 : Run
  • 停止執行 : Stop
  • Debug : Debug
  • 打開所有程式碼 : Expand All
  • 收合所有程式碼 : Collapse All
  • 註解/取消註解 : Comment/Uncomment Code
  • Debug時中斷的下一步 : Run\ Debugging\ Actions\ Setp Over
  • Debug時中斷的下一步進入方法 : Run\ Debugging\ Actions\ Setp Into
  • 放大字體 : Editor Actions\ Increase Font Size
  • 縮小字體 : Editor Actions\ decrease Font Size
  • 方法抽象 : ctrl+shift+R > Extract Interface > Alt+P(全選方法)
  • 循環剪貼簿(顯示近期複製內容) : ctrl + shift + v

垂直選取

ctrl + ctrl 按住不要放+ 上/下

CodeSnippet

LiveTemplate