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 callC++
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 callC
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 callC
C#
CSS
Java
JavaScript
PHP
Python
R
Ruby
Scala
Tree sitter query (SCM)
SCSS
Talon
Argument: Catch
A parameter in a catch clauseC++
C#
Java
JavaScript
Python
TypeScript
A multi line parameter in a constructor declaration. Insertion delimiter should include new line. A single line parameter in a constructor declaration A multi line parameter in a lambda declaration. Insertion delimiter should include new line. A single line parameter in a lambda declaration A multi line parameter in a class method declaration. Insertion delimiter should include new line. A single line parameter in a class method declaration A multi line parameter in a function declaration. Insertion delimiter should include new line. A single line parameter in a function declaration 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
Iteration scope for formal parameters in a function declaration: the parameters list. The domain should be the entire function. Iteration scope for formal parameters in a constructor declaration: the parameter list. The domain should be the entire constructor. Iteration scope for formal parameters in a lambda declaration: the parameter list. The domain should be the entire lambda. Iteration scope for formal parameters in a method declaration: the parameter list. The domain should be the entire method.