Copy Reference gets line number instead of function name
For module-level functions, copy reference gives me something like 'documents/review.py:498' instead of what I would expect, 'documents.review.update_review_document_meta'.
It seems that copy reference in python works for module-level classes and methods, but not for bare functions. Please fix that :)
It seems that copy reference in python works for module-level classes and methods, but not for bare functions. Please fix that :)
Please sign in to leave a comment.
Supposedly fixed in 5.0.4, so I'm anxious to try that out :)