1、Mac下美化Terminal的插件:
安裝方法,終端上運行:
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
效果圖如下:
Paste_Image.png
2、Debug打印時自動把Unicode編碼轉(zhuǎn)化成漢字
Xcode安裝Package Manager,通過它安裝DXXcodeConsoleUnicodePlugin插件!
如何使用:
XCode -> Edit ->ConvertUnicodeInConsole ->選中
3、文檔在線轉(zhuǎn)化工具
文檔在線轉(zhuǎn)化工具網(wǎng)址
文檔在線轉(zhuǎn)化工具
4、快捷鍵
1、移動代碼快捷鍵
command + option + [ 向上移動
command + option + ] 向下移動
command+ [ 向左移動
command+ ] 向右移動
2、選中或者刪除指定代碼的快捷鍵
command + delete 刪除光標(biāo)之前的所有代碼
option + delete 刪除光標(biāo)之前的一個單詞
command + shift +?? 選中光標(biāo)左側(cè)的內(nèi)容
command + shift + ?? 選中光標(biāo)右側(cè)的內(nèi)容
shift + option +?? 選中光標(biāo)左側(cè)的某個單詞
shift + option +?? 選中光標(biāo)右側(cè)的某個單詞
3、隱藏導(dǎo)航
command + 0