Goland_IDE的護眼、主題、字體等設置
1、代碼格式化
File->Settings->Tools->File Watchers->+->go fmt->將Name一欄go fmt中間的空格去掉即可應用,在保存的時候就可代碼格式化。
2、護眼設置
File->Settings->Editor->Color Scheme->General->Text->Default text
Foreground:R:0, G:0, B:0
Background:R:199, G:237, B:204
3、主題
File->Settings->Editor->Color Scheme->General->Scheme
選擇喜歡的主題,比如Colorful Darcula
4、字體
File->Settings->Editor->Font
5、Goland中調用方式的代碼中,可以幫我們自動顯示 參數類型,但有可能看着不習慣,
比如:a...
File->Settings->Editor->General->Appearance,右邊的show parameter name hints取消掉