JetBrains 編輯器
JetBrains 編輯器
Keymap 快捷鍵對應 #
Editor Action 編輯動作 #
名稱 |
說明 |
Sublime 對應快捷鍵 |
Duplicate Line or Selection |
複製整行或選擇的字 |
- |
Duplicate Entire Lines |
複製整行 |
Command(⌘)+ Shift + D |
Main Menu 主選單 #
Edit #
名稱 |
說明 |
Sublime 對應快捷鍵 |
Add Selection for Next Occurrence |
選擇下一個重複的文字 |
Command(⌘) + D |
Find in File |
找尋檔案中文字 |
Command(⌘)+ Shift + F |
Undo |
恢復上一動 |
Command(⌘)+ Z |
Redo |
恢復下一動 |
Command(⌘)+ Z |
Code #
名稱 |
說明 |
Sublime 對應快捷鍵 |
Move Line Down |
移動指定行往下 |
Command(⌘) + Control(⌃) + ↑ |
Move Line Up |
移動指定行往上 |
Command(⌘) + Control(⌃) + ↓ |
Navigate #
名稱 |
說明 |
Sublime 對應快捷鍵 |
Go to File |
前往指定檔案 |
Command(⌘)+ P |
Go to Line: Column |
前往檔案指定行數 |
Ctrl + G |
格式化文件 #
儲存檔案自動移除空白 #
可以到 Settings/Preferences
=> Editor
=> General
,然後到右方設定找到 Remove trailing spaces on
去控制你的儲存移除空白紹定
Reference #