關於flex s快捷鍵

2021-04-19 08:10:34 字數 667 閱讀 2710

ctrl-f11: 執行(run)

f11: 除錯(debug)

ctrl-alt-down: 重複目前所在編輯列(repeat current line )

alt-up: 移動本列,或選擇列往上移動(move line (or selection) up )

alt-down: 移動本列,或選擇列下往移動(move line (or selection) down )

ctrl-click: 移至定義區(go to definition (also f3) )

ctrl-d: 刪除本列(delete line )

alt-/: 文字自動完成(word completion (cycles through possible matches))

ctrl-up: 卷軸向上(scroll up )

ctrl-down: 卷軸向下(scroll down )

shift+f2    彈出幫助窗體,顯示選中標籤的上下文幫助

f1          在ide內顯示上下文幫助

f3          顯示當前選中標籤的類定義

ctrl+0       在**視窗顯示大綱

ctrl+shift+c  加注釋

ctrl+shift+o:組織匯入

ctrl+/:行注釋

關於IDEA快捷鍵

使用idea自然是很舒服,有關快捷鍵的總結,別人也總結了不少,這篇博文旨在提醒自己可以更快的解放雙手。快捷鍵作用 輸入sout 補全system.out.println 輸入fori 補全for迴圈 輸入psvm 自動補全main函式 雙擊shift 在專案中查詢檔案 shift f6 重新命名快捷...

mac快捷鍵 xcode快捷鍵

快捷鍵圖示 com w關閉當前頁面 ctrl com com tab 切換程式 com option確定進入程式 option com 0開啟右邊使用工具欄 command option esc 開啟強制退出視窗 com option esc開啟強制退出 com 0 開啟導航器 com shift ...

idea快捷鍵 Alt Shift 快捷鍵

alt shift n 選擇 新增 task 必備 alt shift f 顯示新增到收藏夾彈出層 新增到收藏夾 alt shift c 檢視最近操作專案的變化情況列表 alt shift i 檢視專案當前檔案 alt shift f7在 debug 模式下,下一步,進入當前方法體內,如果方法體還有...