GoLand 2018.1 Help

Symbols Reference

In this section:

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

IconDescription
go file Go file
go template Go template
xml element Element
folder Directory
moduleFolderModule
groupOfModulesGroup of modules
root_Source.png
root_Test.png
root Excluded
Visibility modifiers
private ijprivate
protected ijprotected
public.pngpublic

Data Sources

IconDescription
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
dataDatabaseDatabase
dataSchema Schema
DataTables Table
dataView View
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
dataFunction Stored procedure or function
Last modified: 25 July 2018