how to precise find files via its name
已回答
idea 2020.3
Navigate -> File, then search file by its name, if i type menu.jsp, it also shows taxNumber.jsp though it is placed at the bottom of file list.
how can i only see the exactly file on the file list? for example, i want to search menu.jsp, then there is only menu.jsp in the search result list.
请先登录再写评论。
What the scenario for this?
Exact match should be always on top
yes, exact match is always on the top.
but the completely unrelated also on the search result list(e.g. i searched a.html, but the search result also shows b.html), i don't want to see the completely unrelated, could we achieve this?
There is no functionality to exclude such search results.
Still, may you describe the use-case to implement this functionality? Why it is needed?
Konstantin Annikov because when i search file by name menu.jsp, it shows 30+ files on the search result list which i can see( I have four menu.jsp in my project). so this is why i asked this question.