sametmax

Results 48 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

Many time I want to duplicate or move around tasks. If I do it in the current window I can easily drag and drop. How ever, if I want to...

enhancement
needinfo
patch-or-wont-happen

Sometime it's is need to select task and paste them somewhere else : email, doc to print, calendar, etc. Right now, if the tasks are not subtasks, there is not...

enhancement
low-hanging-fruit
patch-or-wont-happen