Vscode: Investigate removing Max results limitation for Search and replace results

Created on 30 Jun 2016  路  7Comments  路  Source: microsoft/vscode

Investigate removing Max results limitation for Search and replace results

Currently we set max limit to 10000. We need to investigate on lifting this.

feature-request search

Most helpful comment

Please increase this number or make it configurable

All 7 comments

@chrmarti Assigning this to you.

I see that you are working on improving the performance for Search results. Currently we have an hard limitation of 2048. But we never measure what is the threshold. Since you are already exercising Search performance this would be a good one to look at.

Thanks

I noticed #8529. An improvement may be to not open all files in which terms were found and replaced. As a software engineer myself I sometimes have to make many changes (just today some 33k machine names in 280 XML files).

Version 1.3.1 crashed on me, but even if it had worked, I would have stared at many open files. And there's no shortcut to "save all" and "close all" :(

I had to revert to Notepad++, which simply makes the changes in-place on disk, without opening all files. Maybe doing something similar is an option?

This would be nice to fix/improve.

I have to open Atom just to do find/replace.

There should at least be a warning telling the user that not all the occurrences have been replaced. It is very misleading when "Replace All" only replaces the first 10000 items.

Please increase this number or make it configurable

Same here.
I'd like you to make the number configurable.
I'd like to set this to "No Limit" also, hopefully.

The current upper bound for search in VSCode is 19999 occurrences. Is there a way to change it?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

philipgiuliani picture philipgiuliani  路  3Comments

trstringer picture trstringer  路  3Comments

DovydasNavickas picture DovydasNavickas  路  3Comments

borekb picture borekb  路  3Comments

VitorLuizC picture VitorLuizC  路  3Comments