Skip to main content

Argument or parameter

Scopes

Argument: Actual constructor multi line

A multi line argument in a constructor call. Insertion delimiter should include new line.
C++
C#
Java
JavaScript
PHP
Python

Argument: Actual constructor single line

A single line argument in a constructor call
C++
C#
Java
JavaScript
PHP
Python

Argument: Actual method multi line

A multi line argument in a method call. Insertion delimiter should include new line.
C
C#
Java
JavaScript
PHP
Python

Argument: Actual method single line

A single line argument in a method call
C
C#
Java
JavaScript
PHP
Python

Argument: Actual multi line

A multiline argument in a function call. Insertion delimiter should include new line.
C
C#
CSS
Java
JavaScript
PHP
Python
R
Ruby
Scala
Tree sitter query (SCM)
SCSS

Argument: Actual single line

A single line argument in a function call
C
C#
CSS
Java
JavaScript
PHP
Python
R
Ruby
Scala
Tree sitter query (SCM)
SCSS
Talon

Argument: Catch

A parameter in a catch clause
C++
C#
Java
JavaScript
Python
TypeScript

Argument: Formal constructor multi line

A multi line parameter in a constructor declaration. Insertion delimiter should include new line.
C++
C#
Java
JavaScript
PHP
Python

Argument: Formal constructor single line

A single line parameter in a constructor declaration
C++
C#
Java
JavaScript
PHP
Python

Argument: Formal lambda multi line

A multi line parameter in a lambda declaration. Insertion delimiter should include new line.
C++
C#
Java
JavaScript

Argument: Formal lambda single line

A single line parameter in a lambda declaration
C++
C#
Java
JavaScript
Python

Argument: Formal method multi line

A multi line parameter in a class method declaration. Insertion delimiter should include new line.
C++
C#
Java
JavaScript
PHP
Python

Argument: Formal method single line

A single line parameter in a class method declaration
C++
C#
Java
JavaScript
PHP
Python

Argument: Formal multi line

A multi line parameter in a function declaration. Insertion delimiter should include new line.
C
C#
JavaScript
PHP
Python
R
Ruby
Scala

Argument: Formal single line

A single line parameter in a function declaration
C
C#
JavaScript
PHP
Python
R
Ruby
Scala

Argument: Actual (iteration)

Iteration scope for arguments in a function call: the argument list. The domain should be the entire function call.
C
C#
CSS
Java
JavaScript
PHP
Python
R
Ruby
Scala
Tree sitter query (SCM)
SCSS
Talon

Argument: Actual constructor (iteration)

Iteration scope for arguments in a constructor call: the argument list. The domain should be the entire constructor call..
C++
C#
Java
JavaScript
PHP
Python

Argument: Actual method (iteration)

Iteration scope for arguments in a method call: the argument list. The domain should be the entire method call..
C
C#
Java
JavaScript
PHP
Python

Argument: Formal (iteration)

Iteration scope for formal parameters in a function declaration: the parameters list. The domain should be the entire function.
C
C#
JavaScript
PHP
Python
R
Ruby
Scala

Argument: Formal constructor (iteration)

Iteration scope for formal parameters in a constructor declaration: the parameter list. The domain should be the entire constructor.
C++
C#
Java
JavaScript
PHP
Python

Argument: Formal lambda (iteration)

Iteration scope for formal parameters in a lambda declaration: the parameter list. The domain should be the entire lambda.
C++
C#
Java
JavaScript
Python

Argument: Formal method (iteration)

Iteration scope for formal parameters in a method declaration: the parameter list. The domain should be the entire method.
C++
C#
Java
JavaScript
PHP
Python