This is an extension to use inline functions and methods and create subclass when refactoring
Refactor-SGU Extension
This extension allows developers to perform inline functions and methods, similar to IntelliJ editor, and also supports subclass creation during refactoring.
Features
Inline functions and methods (only on the same file right now)
Create subclasses during refactoring
Installation
Click on the Extensions icon (usually on the left-hand side of your editor).
Search for "Refactor-sgu".
Find the extension in the list and click the install button.
Usage
Open a JavaScript or TypeScript file.
Select the code you want to refactor.
Clic ALT + Shift + P and type 'inline Function' or 'Create Subclass' to choose the refactor method you want to use.
Contributing
Clone Git repository.
Create a new branch:
git checkout -b my-feature-branch
Make your changes and commit them:
git commit -m "Description of changes"
Push to the branch:
git push origin my-feature-branch
Create a pull request.
License
This project is licensed under the MIT License.
Acknowledgements
Thanks to the Visual Studio Code team for their excellent documentation and samples.
Special thanks to the contributors of this project.