Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 748 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 748 Bytes

A simple vsCode plugin for quickly removing const and function function code blocks

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"

Notice

If this error occurs after using commands or shortcut keys, it may be that your version of VS Code is too low. Please try to upgrade the version and try again.