https://github.com/cuixiaorui/delete-function
vscode extension quick delete function
https://github.com/cuixiaorui/delete-function
Last synced: about 2 months ago
JSON representation
vscode extension quick delete function
- Host: GitHub
- URL: https://github.com/cuixiaorui/delete-function
- Owner: cuixiaorui
- Created: 2022-10-13T13:42:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T07:44:46.000Z (over 1 year ago)
- Last Synced: 2025-03-24T05:13:23.231Z (3 months ago)
- Language: TypeScript
- Size: 2.34 MB
- Stars: 17
- Watchers: 1
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [Delete-Function](https://marketplace.visualstudio.com/items?itemName=cuixiaorui.delete-function)
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.

2. Through the shortcut
- default shortcut
- mac "cmd + r + f"
- win "ctrl + r + f"## With [Vim](https://github.com/VSCodeVim/Vim)
```json
// settings.json
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"",
"d",
"f"
],
"commands": [
"delete-function.deleteFunction"
]
}
]
```you can config follow above
replace 'before' to you want