IntelliJ IDEA 2018.1 Help

Symbols Reference

File types

To view the list of file types recognized by IntelliJ IDEA, 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 IntelliJ IDEA can't recognize it. In this case, you can register and configure a new file type.

file types

Common

IconDescription
classTypeJavaClass Class
classTypeAbstract ij Abstract class
classGroovyClass Groovy class
classTypeAnnot Annotation
classTypeEnum Enumeration
classTypeException Exception
classTypeFinal Final Java class
classTypeInterface Interface
classTypeMain Java class that contains declaration of the main() method.
classTypeTestCase Test case
classTypeJavaOutOfSourceRoot Java class located out of the Sources root. Refer to the section Configure content roots for details.
excludeFromCompilation.png Java class excluded from compilation.
phpTrait PHP trait
phpTest PHP test
method Method
method abstractAbstract method
field Field
variable Variable
property Property
property yellow Parameter
xml element Element
folder Directory
moduleFolderModule
groupOfModulesGroup of modules
package icon large Package
root_Source.png Source root
root_Test.png Test root
root Excluded Excluded root
rootResourceIJ Resources
rootTestResourceIJTest resources
rootGeneratedSourceIJGenerated source roots
rootGeneratedTestSourceIJGenerated test source roots
Visibility modifiers
locked ijRead-only class, e.g. from a jar of an external library.
private ijprivate
protected ijprotected
package_protected.pngpackage protected
staticMark static
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: 24 July 2018

See Also