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
I've a suggestion and I would like to share with you and get your thoughts on that as well. As vscode is such a versatile code editor, sometimes we also use it as a text editor, since its quite simple, just press Cmd + N and you've a new beauty tab.
But unfortunately, there's one condition on it that I did not seen in Atom, Sublime, or even simple text editors / log stream readers. Its about displaying the total amount of found entries in a search. And as I couldn't find an option to configure it, I'm assuming that its the default behavior of vscode.
It would be nice if users could see the number of found entries on search, but unfortunately it seems that vscode just stops the counting after 999, always displaying a static string "X of 999+ items", instead of this, why not display like "X of 1766 items"? For example, today, I had to do this twice because I was checking some log files, and I had to open Atom just do to this. And its not the first time for this week. So, maybe other folks also have the same need.
VSCode Version: 1.16.1
OS Version: OSX 10.12.6
Steps to Reproduce:
Create a file with 1000 entries of some string, like " TEST ".
Press cmd + f and try to search for " TEST "
We can see that a search box is displayed, and it says "X of 999+ items".
What do you guys thinks about that proposal?
Thanks! :)
The text was updated successfully, but these errors were encountered:
Hello guys,
I've a suggestion and I would like to share with you and get your thoughts on that as well. As vscode is such a versatile code editor, sometimes we also use it as a text editor, since its quite simple, just press Cmd + N and you've a new beauty tab.
But unfortunately, there's one condition on it that I did not seen in Atom, Sublime, or even simple text editors / log stream readers. Its about displaying the total amount of found entries in a search. And as I couldn't find an option to configure it, I'm assuming that its the default behavior of vscode.
It would be nice if users could see the number of found entries on search, but unfortunately it seems that vscode just stops the counting after 999, always displaying a static string "X of 999+ items", instead of this, why not display like "X of 1766 items"? For example, today, I had to do this twice because I was checking some log files, and I had to open Atom just do to this. And its not the first time for this week. So, maybe other folks also have the same need.
Steps to Reproduce:
What do you guys thinks about that proposal?
Thanks! :)
The text was updated successfully, but these errors were encountered: