Swift Live Templates#

Noctule provides live templates for Swift files. All available live templates are shown below. Please refer to JetBrains’ documentation about live templates to learn more about the feature.

AbbreviationTitleDescription
classClass declarationInserts a declarations of an empty class
structStruct declarationInserts a declarations of an empty struct
protocolProtocol declarationInserts a declarations of an empty protocol
actorActor declarationInserts a declarations of an empty actor
enumEnum declarationInserts a declarations of an empty union-style enum
extensionExtension declarationInserts a new extension declaration
funcFunction declarationInserts a declarations of an empty function
initInitializer declarationInserts an empty initializer declaration
deinitDeinitializer declarationInserts an empty deinitializer declaration
varVar declarationInserts an empty var declaration
letLet declarationInserts an empty let declaration
deferdefer statementInserts an empty defer statement
forfor-in statementInserts a new for-in statement