Preserve selected Find in Path file mask by project

Answered

When using IDEA, I often have multiple projects open. One will be a Ruby on Rails project and the other will be a React project. When I do a Find in Path in the Rails project using a selected file mask that only looks searches across Ruby files (*.rb), that file mask is used as the selected file mask inside the React project where I typically do a search across JavaScript files (*.js).

Is there a way to configure IDEA to preserve the selected Find in Path file mask on a per project basis such that when I switch projects, I do not need to reselect the file mask? For example:

  1. I do a Find in Path in my Rails project with the selected file mask set to *.rb
  2. I switch to my React project and do a Find in Path with the selected file mask set to *.js
  3. I switch back to my Rails project. Find in Path continues to use a selected file mask of *.rb.

Currently in step #3 above, Find in Path will use a selected file mask of *.js because that was the last one selected with IDEA.

0
1 comment

We have a related feature request, please upvote: https://youtrack.jetbrains.com/issue/IDEA-209101

0

Please sign in to leave a comment.