zoukankan      html  css  js  c++  java
  • Goland_IDE的护眼、主题、字体等设置

    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取消掉
  • 相关阅读:
    css-css背景
    css-概述和选择器
    html-补充
    html-示例代码
    html-表格和列表
    html-表单
    html-常用标签
    html- 头部元素
    html-介绍
    SQLAlchemy-对象关系教程ORM-连接,子查询
  • 原文地址:https://www.cnblogs.com/Paul-watermelon/p/10945298.html
Copyright © 2011-2022 走看看