-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Keyboard shortcut editor.action.selectHighlights selects only first 999 matches #11973
Comments
Just wondering if |
Yes, editor.action.changeAll exhibits the same behavior. I realized after posting this issue that it's likely an arbitrary cutoff for performance purposes. To be my go-to text editor, however, VS Code really needs to add the ability to edit large files. I hope that's on the horizon. |
Or at least make it user configurable... |
I should note that the regular Replace function (ctrl+H) replaces as many matches as it can find in the file. In the Find dialog box, it shows "1 of 999+", and the ToolTip says "Only the first 999 results have been highlighted, but all Find operations work on the entire text". Seems to me this philosophy should be extended to editor.action.selectHighlights and editor.action.changeAll operations. |
Related to #7577 ? |
Related to #496 #5887 #7201 #32522..... all kinds of 999-Issues. Sublime Text 3 shows it in status bar, I think it's very useful. |
@alexandrudima I think I have find the reazon for this bug:
|
So, I wrote about this in #7201 but its worth mentioning here.
|
Duplicate of #5887 |
Steps to Reproduce:
Only the first 999 matches will be selected. This is a problem when working with large files.
The text was updated successfully, but these errors were encountered: