Intellij IDEA增量搜索中如何选择剩余单词?

发布于 2024-07-07 05:59:07 字数 566 浏览 7 评论 0原文

在 Intellij IDEA 中处于增量搜索模式时,有没有办法选择单词的其余部分。 例如,假设我想查找单词“handleReservationGranted”。 我输入 Ctrl-f 进入增量搜索模式,然后开始输入字母“han”。 现在假设我找到了“handleReservationGranted”的开头。 在我的搜索框中,我有“han”,但我现在希望能够选择该词的其余部分,以便搜索框包含“handleReservationGranted”而不是“han”。

在 Xemacs 中,我可以键入 Ctrl-s,键入“han”,然后键入 Ctrl-w。 现在我的搜索词是“handleReservationGranted”,而不是“han”。 所以现在如果我按 Ctrl-s,我会找到下一个出现的“handleReservationGranted”。

Intellij IDEA有类似的功能吗? 我现在能做的最好的事情就是继续输入其余字母 (dleReservationGranted),或者退出增量搜索,使用 Ctrl-W 选择单词,然后使用 Ctrl-f 再次输入搜索。

我使用的是 Intellij IDEA 7.0.3。

When in incremental search mode in Intellij IDEA, is there a way to select the rest of the word. For example, suppose I want to find the word “handleReservationGranted”. I type Ctrl-f to enter incremental search mode, and start typing the letters “han”. Now suppose I have found the beginning of “handleReservationGranted”. In my search box I have “han”, but I would now like to be able to select the rest of the word, so that the search box contains “handleReservationGranted” instead of “han”.

In Xemacs, I can type Ctrl-s, type “han”, and then type Ctrl-w. Now my search term is “handleReservationGranted”, and not “han”. So now if I press Ctrl-s, I find the next occurrence of “handleReservationGranted”.

Is there a similar feature in Intellij IDEA? The best I can do now is either to keep typing in the rest of the letters (dleReservationGranted), or exit incremental search, select the word with Ctrl-W, then enter search again with Ctrl-f.

I am using Intellij IDEA 7.0.3.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甩你一脸翔 2024-07-14 05:59:07

是的,您可以在增量搜索期间使用自动完成功能。

输入“han”后,按 CTRL-SPACE(自动完成),它将为您提供文件中潜在匹配项的列表。 只需从列表中选择“handleReservationsGranted”,它将成为您的搜索词。

Yes, you can use autocomplete during an incremental search.

After you type "han", press CTRL-SPACE (autocomplete) and it will give you a list of potential matches in the file. Just pick "handleReservationsGranted" from the list and that will become your search term.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文