https://github.com/harry-hopkinson/extract-method
A vscode extension that gives the functionality to extract a method.
https://github.com/harry-hopkinson/extract-method
Last synced: about 1 year ago
JSON representation
A vscode extension that gives the functionality to extract a method.
- Host: GitHub
- URL: https://github.com/harry-hopkinson/extract-method
- Owner: Harry-Hopkinson
- License: mit
- Created: 2022-02-24T20:57:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T20:31:55.000Z (over 1 year ago)
- Last Synced: 2025-06-28T11:06:27.545Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=HarryHopkinson.extract-method
- Size: 262 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Extract Method
A vscode extension that incorporates extract method functionality into vscode.
## Installation
Launch _Quick Open_
-
Linux `Ctrl+Shift+P`
-
macOS `⌘P`
-
Windows `F1`
Run the Extract Method Command, enter in the Method Name and see the function being generated.