-
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
highlighted count in the status bar #19208
Comments
#11973 totally agree on you!!! |
To be clear, are we referring to search only? Or just plain editing? What I would like is for the number of occurrences of the word under the cursor to appear in the status bar, like in SynWrite. For example, if the text of the description of this issue were in the editor and you clicked or used the arrows so that the cursor were on the word "number", then "3" would appear in the statusbar. This feature often makes me not need to search at all. |
We try to keep VS Code lean and we think the functionality you're asking for is great for a VS Code extension. Maybe you can already find one that suits you in the VS Code Marketplace. Just in case, in a few simple steps you can get started writing your own extension. See also our issue reporting guidelines. Happy Coding! |
This can be done by an extension and we don't have plans to do this in the core in the near future. |
If anyone comes across an extension that does this please share! |
It would be nice to have the highlighted count (the number of occurrences of the word in the file) in the status bar, maybe on the left, like in Atom.
It's a different information than the number of selected occurrences of a word, and it's handy if you want to know the number of occurrences of a word in the file without having to launch a search or to select all occurrences.
The text was updated successfully, but these errors were encountered: