Skip to content
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

Test find and replace optimization for large files #46600

Closed
2 tasks done
rebornix opened this issue Mar 26, 2018 · 0 comments
Closed
2 tasks done

Test find and replace optimization for large files #46600

rebornix opened this issue Mar 26, 2018 · 0 comments

Comments

@rebornix
Copy link
Member

rebornix commented Mar 26, 2018

Complexity: 2

Testing #45690

We optimized Find and Replace for large files in this iteration. It doesn't cover all cases but following scenarios should expect improvements

  • Find with non-regex keyword in large files
  • Launch Find Widget and then type characters in Find Widget is responsive.
  • Typing in the editor (without auto save) is responsive when the Find Widget is visible.
  • Once we find some results, and the result count is smaller than our Find Limit (20,000), navigating through search results should be immediate.
@roblourens roblourens removed their assignment Mar 27, 2018
@RMacfarlane RMacfarlane removed their assignment Mar 27, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators May 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants