-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add selectAllMatches command in column selection mode. #5715
Conversation
By analyzing the blame information on this pull request, we identified @ajkerrigan and @alexandrudima to be potential reviewers |
Hi @Inori, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! TTYL, MSBOT; |
@Inori, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR. |
Add selectAllMatches command in find widget.
@Inori Thank you, nice job! ❤️ |
Do we know when this will land? It's a killer feature for me and I was disappointed it's not in 1.1.0. |
maybe we need 'alt+f3' to select all the same words when some are selected. |
just like "ctrl+d" in sublime |
public selectAllMatches(): boolean { | ||
if (this._model) { | ||
this._model.selectAllMatches(); | ||
this.closeFindWidget(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this.closeFindWidget();
Why is it removed in the latest code(in master branch)?
wow did i ever need this, man so useful thank you!!!!!!! |
Operation flow:
10 .Ctrl+V --> Paste.
Compared to sublime: