Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>delete-ftNew to Visual Studio Code? Get it now.
delete-ft

delete-ft

delete-ft

|
26 installs
| (0) | Free
quick delete function
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

[Delete-ft]

quick delete function that support javascript and typescript

Installation

  • Click on the Extensions icon (usually on the left-hand side of your editor).
  • Search for "Delete Function".
  • Find the extension in the list and click the install button.

Usage

  1. Through the Command Palette.

  1. Through the shortcut
  • default shortcut
    • mac "cmd + r + f"
    • win "ctrl + r + f"

With Vim

// settings.json
 "vim.normalModeKeyBindingsNonRecursive": [
    {
      "before": [
        "<space>",
        "d",
        "f"
      ],
      "commands": [
        "delete-ft.deleteFunction"
      ]
    }
 ]
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft