-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Show line number on search #39219
Comments
Reasonable request, but since the viewlet is so narrow, it would have to take up horizontal space or get cut off. |
+1 for this - moving over from another IDE I use this to quickly ascertain if results are in same method so I don't have to worry. |
+1 as well. It's the one thing I miss from Atom |
+1 |
I probably spend 30% of my vscode time navigating through search results like a maniac, so having line numbers would be a terrific productivity improvement, especially now that we have |
+1 After Atom looks like an obvious functionality |
+1 for this. JetBrains does this and it's incredibly helpful. |
how to get this to work? I got the version from 3 days ago and cannot find the option |
@onqtam The setting is |
Hi, I would like to request the feature of showing the archive line number next to the code found when I search some piece of code. I think it could be added as a setting such as
"search.lineNumbers: "on"||"off"
just like"editor.lineNumbers"
setting. Do you guys think that is possible?Just an example below:
The text was updated successfully, but these errors were encountered: