Jump on an ID of a function placed under commented code #2644
JMGrenhas
started this conversation in
Enhancement
Replies: 2 comments 1 reply
-
Thanks for the suggestion @JMGrenhas! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving this issue to discussion as an enhancement request for comments and upvotes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
It would be great that Pylance permitted to jump, on an ID of a function placed under comments, to the respective definition, as it does at normal code. Thanks.
Ex.:
'''
My text here mentions myFunction().
or...
'''
# My text here mentions myFunction().
=> Ctrl+click on the ID myFunction() would jump to def(inition) of the function.
Beta Was this translation helpful? Give feedback.
All reactions