An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          









Extract Method


A vscode extension that incorporates extract method functionality into vscode.



Version


Installs


Ratings

## 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.