Folders support in "Go to file..."

Typical django project looks like

comments

  forms.py

  models.py

  views.py

  urls.py

posts

  forms.py

  models.py

  views.py

  urls.pys

users

  forms.py

  models.py

  views.py

  urls.py

...

Trouble is there is many files with the same name f.e. forms.py or models.py in different modules. Big can contains up to 50 modules.

So if you press Ctrl+Shift+N and enter views it's list you 40 files in different locations. And only way to select file that you need is Up and Down arrows.

It's will be great to search files not only by filename and by it's module (folder) name too.

F.e.

If I enter "comm" it's should show me files in comments folder + files that starts with "comm"

If I enter "comm view" it's should show me files in comments folder that starts with "view".

This is really big feature for django developers.

0
1 comment

Hello Maxim,

This actually works already. You can enter "p/forms.py" to select the forms.py

under "posts" or "c/forms.py" to select the one under comments.

Typical django project looks like

comments

forms.py

models.py

views.py

urls.py

posts

forms.py

models.py

views.py

urls.pys

users

forms.py

models.py

views.py

urls.py

..

Trouble is it has many files with the same name f.e. forms.py or

models.py in different modules. In big project count of this modules

can contains more than 30.

So if you press CtrlShiftN and enter views it's list you 40 files in

different locations. And only way to select file that you need is Up

and Down arrows.

It's will be great to search files not only by filename and by it's

module (folder) name too.

F.e.

If I enter "comm" it's should show me files in comments folder + files

that starts with "comm"

If I enter "comm view" it's should show me files in comments folder

that starts with "view".

This is really big feature for django developers.

---

Original message URL:

http://www.jetbrains.net/devnet/message/5255600#5255600

--

Dmitry Jemerov

Development Lead

JetBrains, Inc.

http://www.jetbrains.com/

"Develop with Pleasure!"

0

Please sign in to leave a comment.