How to use file masking in IntelliJ IDEA (Updated)

Arpit Khurana
Jun 13, 2021

--

Intellij Idea is a popular Java IDE. But usually, a java project may contain different kinds of files as well. For example in my case, we were using proto files in our application.

So while searching a function name in the proto file, you might also get java files.

For this, we can use file masking.

To open finder, click command + shift + f

Select file masking option

and type *.proto

After that, you will only get proto files in the search.

Final Result

Update

In earlier versions, just typing .proto would have worked. But now after the update, we need to write *.proto to get the same result.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Arpit Khurana
Arpit Khurana

Written by Arpit Khurana

0 Followers

Came to read, Stayed to write.

No responses yet

Write a response