-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Search Files By Name Should Use Highlighted Text #194573
Comments
Can I take this up? I want to start contributing however possible, this would be my first issue, but I can give it a try. |
@machineghost you linked the same issue twice... was there another one you're referring to? |
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
Yes, #97911 (I edited my original post). |
@nikhilkarve you're welcome to try and take this on. Unfortunately, I can't help a ton as I do have a lot on my plate at the moment. You can see what the new quickTextSearch is doing here:
and follow that kind of pattern for implementing it. You'll want to add this to here: vscode/src/vs/workbench/browser/actions/quickAccessActions.ts Lines 121 to 152 in 43a2ba6
|
Sure, @TylerLeonhardt . I would love to try. And it's fine, if you don't mind I can post the questions here if I get any, you can answer anytime you are available. Is that okay? |
Hello @TylerLeonhardt . I think I have implemented what is required. Attaching a small screen recording. Let me know if this is what's needed. Screen.Recording.2023-10-05.at.12.39.39.AM.movAlso, a quick question. As you suggested I made the changes to vscode/src/vs/workbench/browser/actions/quickAccessActions.ts One thing I did is, I imported the following. But I am getting the error while committing saying the import is not allowed. I am not sure how to use that function here or shall I rewrite it in the browser folder? If you can just point me on how imports should be managed, I will work on that. |
I tried making a change for me to be able to make a PR. Let me know if this is a correct way of doing it. I may have made a mistake as this is my first time. I will update as soon as I get a reply. Thank you! Here is the PR |
This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
Who cares about votes? It has a fix ready. |
Hey @TylerLeonhardt , I just checked that it was moved to backlog. Let me know if there is anything needed to be done my side. Would try to wrap it up quickly. Thanks:) |
@TylerLeonhardt @machineghost @andreamah |
This has already been reported (and closed) as both #59957 and #97911.
This would be a great convenience: please stop closing it and just implement it :)
The text was updated successfully, but these errors were encountered: