Some studies proves that developers should not review more than 400 lines of code at time, but work in small batches is hard, mostly when you're not used to it.
This extension helps you to create more commits and smaller pull requests based on git modifications
The default configuration checks every five seconds for your changes, and if you have more than 200 modifications between insertions and deletions the extension will ask you if It Is a Pull Request Time ⏰
Then, you will have options for
Search for pull request time
on VSCode Extensions
Or
Launch VS Code Quick Open (Ctrl+P
), paste the following command, and press enter.
ext install gabriielbs0673.pull-request-time
- Receive interval time from extension configs
- Receive max modifications number from extension configs