Skip to content

Copy Parameter At Caret

Copies the function parameter under the caret.

Example

function hello(param1, param2) {
               ^^^^^^  ^^^^^^
    // do somrthing
}

The specified parts are eligible to be copied.

Remarks

Note

Supported languages:

  • java
  • kotlin
  • javascript
  • typescript
  • golang