Skip to content

feat(web): prefill in-file search from current selection#19026

Open
Soif2Sang wants to merge 1 commit intoanomalyco:devfrom
Soif2Sang:feat/use-current-selection-as-default-query-file-find
Open

feat(web): prefill in-file search from current selection#19026
Soif2Sang wants to merge 1 commit intoanomalyco:devfrom
Soif2Sang:feat/use-current-selection-as-default-query-file-find

Conversation

@Soif2Sang
Copy link
Copy Markdown

@Soif2Sang Soif2Sang commented Mar 24, 2026

Issue for this PR

Closes #19022

Type of change

  • New feature

What does this PR do?

When pressing Ctrl+F inside a file, use the current text selection as the default search query.

How did you verify your code works?

I ran the project; selected lines; ctrl + f and checked if the query was using my selection.

Screenshots / recordings

Before

before.mp4

After

after.mp4

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. labels Mar 24, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

@Soif2Sang Soif2Sang changed the title feat: prefill in-file search from current selection feat(web): prefill in-file search from current selection Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Use current selection as default query ctrl + f inside file

1 participant