GoLand 2018.3 Help

Symbols Reference

File types

To view the list of file types recognized by GoLand, go to Settings/Preferences (Ctrl+Alt+S) | Editor | File Types. If a file in your project is marked with the Unknown file type icon, it indicates that GoLand can't recognize it. In this case, you can register and configure a new file type.

go file types

Common

Icon

Description

go file

Go file

go template

Go template

xml element

Element

Directory

Directory

Module

Module

Group of modules

Group of modules

Sources Root

Source root

Test Root

Test root

Excluded Root

Excluded root

Visibility modifiers

Private

private

Protected

protected

Public

public

Data Sources

Icon

Description

DB data source

DB data source. Also, DBMS-specific icons are used:

Read-only

DB data source with the read-only status, e.g. DBReadonlyDB2 for Derby.

ddl data source

DDL data source

database openapi icons database svg

Database

Schema

Schema

Table

Table

View

View

Column

Column

dataColumnNotNull

A NOT NULL column

dataPkColumn.png

Column with a primary key

dataFkColumn.png

Column with a foreign key

dataIndexedColumn.png

Column with an index

dataPrimaryKey

Primary key

dataForeignKey

Foreign key

Index

Index

Trigger

Trigger

database openapi icons function svg

Stored procedure or function

Last modified: 6 February 2019