You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if there's a quick and easy way to grab the import path of a module/class/attribute/etc...
for example if you have thing.py
class Something:
def do_thing():
print("things")
and you right-clicked on 'Something' there would be a way to copy to your clipboard the import path 'thing.Something'
or if you clicked on 'do_thing' it would copy 'thing.Something'.do_thing'
I keep wishing this functionality exists but am unable to find what I'm looking for...
if this functionality doesn't exist I'm wondering how feasible it would be to create it either as an extension or as a feature request.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm wondering if there's a quick and easy way to grab the import path of a module/class/attribute/etc...
for example if you have thing.py
and you right-clicked on 'Something' there would be a way to copy to your clipboard the import path 'thing.Something'
or if you clicked on 'do_thing' it would copy 'thing.Something'.do_thing'
I keep wishing this functionality exists but am unable to find what I'm looking for...
if this functionality doesn't exist I'm wondering how feasible it would be to create it either as an extension or as a feature request.
Beta Was this translation helpful? Give feedback.
All reactions