Include everything in folder

已回答

This will include everything recursively inside the ‘frontend’ folder:

file[market]:frontend//*

The result viewing the scope is:

-------------------------
frontend
   | –  a.txt
   | – b.txt
-------------------------

I would like to have to scope be:

-------------------------
   | –  a.txt
   | – b.txt
-------------------------
That is, everything recursively inside the ‘frontend’ folder, but not the frontend folder itself. 

I have tried: ‘!file[market]:frontend&&file[market]:frontend//*’. 

0

Hello,

Can you share a screenshot of the project folder structure?

0

Jacky Liu 
https://gyazo.com/382ab2e2cf85d10f82b709f9f4f25eef

So, again, I would like to have a scope that only shows everything inside of the ‘frontend’ folder but not the frontend folder itself.

0
Sorry, so far the feature is not supported. You may create a feature request at: https://youtrack.jetbrains.com/newIssue?project=IDEA , after creation, please post the link and I'll assign it to our developer.
0

请先登录再写评论。