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.
Please sign in to leave a 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.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"