Paul-watermelon

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取消掉

分类:

技术点:

相关文章:

  • 2021-11-19
  • 2021-12-16
  • 2021-11-10
  • 2021-12-07
  • 2021-06-03
猜你喜欢
  • 2021-09-20
  • 2021-05-29
  • 2021-10-09
  • 2021-11-01
  • 2021-10-09
  • 2021-12-04
  • 2021-11-23
相关资源
相似解决方案