Hot to navigate to next result in ListView search of idea ?

已回答

Many ListViews in IDEA can search by typing letters directly, but it seems that only the first match can be found, and it is not clear how to find more matches.

For example, in Project Tool, after typing a letter, if you press enter, it will activate the search result item directly, if you press F3 (Next occurrence), there is no response at all.

So currently, we can only rely on the human eye to do a secondary search, which is a bit too inefficient and easy to miss.

How to check the next match/previous match with this search mechanism?

How to navigate to the next match?

Also, what is the name of this search mechanism? I was going to search online, but it turns out that even the name is not clear, 'Searching Everywhere' is not this mechanism.

(Of course, I know that for project tools, there are other ways to search. This post only discusses this mechanism.)

2

请先登录再写评论。