vscode-pull-request-github
vscode-pull-request-github copied to clipboard
Search string in modified pull request files
Thanks for this amazing extension, works like a charm 🎉
A feature I'd be looking forward to is to limit the VSCode in-built search to files that were modified in the currently checked out pull request. Additionally, an option to only search in the modified lines of these files would also be great.
This feature could help get a better understanding of what a PR changed as you would be able to easily search in it for strings you've seen somewhere in the modified lines and find out about its usage and how files are related to each other. Without this limited search, many more occurrences of a given string in the entire codebase might show up making it harder to discern what was changed in the PR and what not.