sametmax

Results 46 issues of sametmax

A lot of time you want to know where is a specific definition so you can import it. Providing an option to print the import path would be fantastic: ```...

Fantastic idea. Search using the file path is useful, but being able to search by module would be great. Something like: ``` pyq3 def[name=get] -m requests pyq3 class[name=User] -m django.contrib.auth.models...

If you start adding options, providing default by using a .pyqrc config file would be very useful. It may allow a general configuration from the file in the user dir,...

Python uses compresses source files a lot : eggs, wheels, pyz, etc. It's easier if you don't have to unzip those to search them.

When you get an error page in debug mode, we should use concepts from other from other framework to facilitate debugging: - Error name, stack trace, local variables and env...

enhancement

Different people format their comments differently. E.G : if you use doxygen in your company, you will use it for Python as well. In other companies, you will try to...

enhancement