常用開發工具快捷鍵

2021-10-01 20:59:39 字數 870 閱讀 2891

dbvisualizer pro 常用快捷鍵

① ctrl + shift + u 小寫轉換成大寫

② ctrl + shift + l 大寫轉換成小寫

idea 常用快捷鍵

① ctrl + alt + l 格式化**

② alt + insert 快速新增get、set方法

③ ctrl + shift + u 大小寫切換

④ ctrl + alt + t 選中部分**,快速新增try {} catch {}

⑤ ctrl + alt + 方向鍵 快速回到上次離開的位置

⑥ alt + shift + 上下鍵 上下移動一行

eclipse 常用快捷鍵

① ctrl+d 刪除當前行

② ctrl+alt+↓ 複製當前行到下一行(複製增加)

③ ctrl+alt+↑ 複製當前行到上一行(複製增加)

④ alt+↓ 當前行和下面一行互動位置(特別實用,可以省去先剪下,再貼上了)

⑤ alt+↑ 當前行和上面一行互動位置(同上)

⑥ ctrl+shift+f 格式化當前**

⑦ alt+/ **補全

⑧ ctrl+f 全域性 查詢並替換

⑨ ctrl + shift + y 大寫變小寫

⑩ ctrl + shift + x 小寫變大寫

① ctrl + t 快速找到實現類(比如controller中直接跳到某個方法的實現類,而不是跳到介面中。游標在某個方法上,然後按這個快捷鍵有效。)

② ctrl + shift + c 注釋游標所在當前行

③ ctrl + t 快速找到游標所在方法的實現類

④ alt + ← 快速回到上一次離開的地方

excel 常用快捷鍵

IDEA開發工具常用快捷鍵總結

ctrl alt v快速補全變數名alt enter自動修復psvm生成main方法ctrl x刪除一行ctrl d複製一行ctrl n查詢類ctrl p顯示方法引數ctrl q顯示方法的文件內容ctrl b進入方法ctrl u進入父類方法 進入介面ctrl h顯示當前類結構ctrl o重寫父類方法...

微信小程式開發工具 常用快捷鍵

ctrl s 儲存檔案 ctrl ctrl 行縮排 ctrl shift ctrl shift 摺疊開啟 塊 ctrl c ctrl v 複製貼上,如果沒有選中任何文字則複製貼上一行 shift alt f 格式化 alt up,alt down 上下移動一行 shift alt up,shift ...

開發工具之pycharm 快捷鍵說明

提示 ctrl q 在引數列表位置,顯示可以輸入的所有引數。ctrl q 檢視選中方法的文件字串 閱讀ctrl 摺疊當前 ctrl 展開當前 ctrl shift 摺疊所有 ctrl shift 展開所有 ctrl shift f7 將當前單詞在整個檔案中高亮,f3移動到下乙個,esc取消高亮。ct...