pyq icon indicating copy to clipboard operation
pyq copied to clipboard

Allow to search using dotted notation

Open sametmax opened this issue 10 years ago • 1 comments

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
pyq3 #foo -m * # search in all importable modules

sametmax avatar Feb 11 '16 18:02 sametmax

This seems to be a good idea. Thanks!

caioariede avatar Feb 12 '16 13:02 caioariede