xcode常用快捷鍵
隱藏xcode command+h
退出xcode command+q
關閉視窗 command+w
關閉所有視窗 command+option+w
關閉當前專案 command+control+w
關閉當前檔案 command+shift+w
儲存檔案 command+s
儲存所有檔案 command+option+s
還原到儲存時狀態 command+u
瀏覽原始檔 command+double click
開啟標頭檔案 command+shift+d
切換頭/原始檔 command+option+上箭頭
撤銷 command+z
重複 command+shift+z
剪下 command+x
複製 command+c
貼上 command+v
貼上並匹配格式 command+option+shift+v
全選 command+a
注釋 command+/
檔案首行 command+上箭頭
檔案末 command+下箭頭
行首 command+左箭頭
行末 command+右箭頭
上一單詞 option+左箭頭
下一單詞 option+右箭頭
上一拆分單詞 control+左箭頭
下一拆分單詞 control+右箭頭
tab :接受**提示
esc :顯示**提示選單
下個build警告或錯誤 command+=
前個build警告或錯誤 command+shift+=
以除錯方式執行程式 command+y
繼續(在除錯中)command+option+p
編譯執行 command+r
xcode 版本:4.2和4.2之前的版本
選中需要格式化** -> edit -> format ->re-indent
xcode 版本:4.2之後的版本
選中需要格式化** -> editor -> structure ->re-indent 或者
選中需要格式化** -> 右擊 ->選中 structure ->re-indent
SQLyog Enterprise常用快捷鍵
1.sql格式化 f12 格式化當前行所在的sql ctrl f12 格式化選中的sql shift f12 格式化所有sql 2.視窗操作 ctrl t 開啟乙個新的查詢視窗 alt l 關閉當前查詢視窗 ctrl shift c 將選中行注釋 ctrl shift r 去除選中行注釋 ctrl ...
SQLyog Enterprise常用快捷鍵
1 sql格式化 f12 格式化當前行所在的sql ctrl f12 格式化選中的sql shift f12 格式化所有sql 2 視窗操作 ctrl t 開啟乙個新的查詢視窗 alt l 關閉當前查詢視窗 ctrl shift c 將選中行注釋 ctrl shift r 去除選中行注釋 ctrl ...
webstorm webstorm常用快捷鍵
感謝作者的無私分享。快捷鍵 說明 ctrl shift n通過檔名快速查詢工程內的檔案 必記 ctrl shift alt n通過乙個字元快速查詢位置 必記 ctrl f在檔案內快速查詢 f3查詢下乙個 shift f3查詢上乙個 ctrl r檔案內 替換 ctrl shift r指定目錄內 批量替...