wix-incubator / vscode-glean

The extension provides refactoring tools for your React codebase
MIT License
1.46k stars 56 forks source link

feat(general) change stateful/stateless to class/function #124

Closed NaamanTsur closed 5 months ago

NaamanTsur commented 3 years ago

Hey there, I found this project and thought it was pretty cool so I wanted to look into contributing to it a bit.

This PR aims to resolve issue #33 by changing all occurrences of stateful/stateless naming to class/function including the command names.

borislit commented 3 years ago

Hey @NaamanTsur Thank you for the PR! Sorry for late response! I will go over within few days and merge! Thank you!

danielo515 commented 2 years ago

How is the state of this?