You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the finding matches too many occurrences, the control causes a stutter making sure that all occurrences are evaluated before accepting more text input and cancelling the find on the short text.
Typing "test" will cause a stutter upon typing "t", and then as the results diminish, the other letters will appear normally without any visible stutter.
The text was updated successfully, but these errors were encountered:
We could review the sewch performance to see if we can improve it. I guess other editors such as VSCode/Sublime can do it without issues.
If the performance cannot be easily improved an option could be restricting starting the search for two or more chars (giving probably some UI clue about it)
If the finding matches too many occurrences, the control causes a stutter making sure that all occurrences are evaluated before accepting more text input and cancelling the find on the short text.
Example of large document: https://raw.githubusercontent.com/dotnet/roslyn/main/src/Compilers/CSharp/Test/Syntax/Generated/Syntax.Test.xml.Generated.cs
Typing "test" will cause a stutter upon typing "t", and then as the results diminish, the other letters will appear normally without any visible stutter.
The text was updated successfully, but these errors were encountered: