PyCharm 2020.1 Help

Symbols

File types

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

File type settings

Common

IconDescription
pythonScript pngPython script
icons.nodes.class.png Class
MethodMethod
the Function iconFunction
FieldField
VariableVariable
PropertyProperty
ParameterParameter
ElementElement
DirectoryDirectory
PackagePackage
Sources RootSource root
Excluded rootExcluded root
the Template roots iconTemplate roots
Visibility modifiers
Privateprivate
Protectedprotected
Publicpublic
pseudoprivate icon pngThe lock decorator in the upper-left part of a symbol marks a symbol whose name begins with one or more underscores. Such names are considered pseudo-private and are specially treated by an interpreter to restrict their visibility scope.
magic name icon pngThe blue bubble in the upper-left part of a symbol marks a symbol whose name begins and ends with two underscores, and is specially treated by an interpreter and standard library.
Bookmarks
bookmarkCheck pngAnonymous bookmark – a check sign bookmark. Bookmarks are used for quick navigation within a file or across the entire project.
bookmarkMnemonic pngLettered mnemonic bookmark – a letter in the interval from A to Z.
bookmarkNumber pngNumbered mnemonic bookmark – a number in the interval from 0 to 9.

Data Sources

IconDescription
Access MethodAccess Method
AggregateAggregate
Alias TypeAlias Type
ArgumentArgument
BodyBody
CheckCheck
ClusterCluster
CollationCollation
Collection TypeCollection Type
Column

Column. For more information about column icon combinations, see Possible icon combinations for columns.

Data FileData File
DatabaseDatabase
Read-onlyRead-only status
the DDL data source iconDDL data source
DefaultDefault
ExceptionException
ExtensionExtension
External SchemaExternal Schema
Foreign Data WrapperForeign Data Wrapper
Foreign KeyForeign Key
Foreign TableForeign Table
IndexIndex
KeyKey
Materialized LogMaterialized Log
Materialized ViewMaterialized View
Object AttributeObject Attribute
Object TypeObject Type
OperatorOperator
PackagePackage
ProjectionProjection
data source

Read-only data sources

RoleRole
RoutineRoutine
RuleRule
Scheduled EventScheduled Event
SchemaSchema
SequenceSequence
ServerServer
the Stored procedure or function iconStored procedure or function
SynonymSynonym
TableTable
Table TypeTable Type
TablespaceTablespace
TriggerTrigger
UserUser
User MappingUser Mapping
VariableVariable
ViewView
Virtual TableVirtual Table
Last modified: 08 July 2020