Menu

#579 Simple module files search Ctrl+T by names

closed-works-for-me
nobody
None
5
2012-05-18
2012-05-13
No

Allow to search modules files like __init__.py by names of modules since it inefficient if I have many modules in project.

For example:
example:
__init__.py

Should give result on "example" search or on __init__.py (to keep backward compatibility).

Discussion

  • Fabio Zadrozny

    Fabio Zadrozny - 2012-05-18
    • status: open --> closed-works-for-me
     
  • Fabio Zadrozny

    Fabio Zadrozny - 2012-05-18

    Actually, this is already done in the current release...

    If you do Ctrl+Shift+T, it should also show the modules (they have the package icon) which map to the __init__.py files.