GoLand 2018.2 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

folder

Directory

moduleFolder

Module

groupOfModules

Group of modules

root_Source.png

Source root

root_Test.png

Test root

root Excluded

Excluded root

Visibility modifiers

icons nodes c private

private

icons nodes c protected

protected

icons nodes c public

public

Data Sources

Icon

Description

DataSource

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

DBReadonly

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

icon DDLDataSource

DDL data source

database openapi icons database

Database

dataSchema

Schema

DataTables

Table

dataView

View

icons nodes dataColumn

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

dataIndex

Index

dataTrigger

Trigger

database openapi icons function

Stored procedure or function

Last modified: 12 October 2018