Get position in file by using comment
I have file with comments that contain links to different places of project:
api.py
def foo():
""" look to ./demo/system.py:20 """
Is there any way to open file system.py on line #20 by click + ctrl? Or something like this.
api.py
def foo():
""" look to ./demo/system.py:20 """
Is there any way to open file system.py on line #20 by click + ctrl? Or something like this.
Please sign in to leave a comment.
This example won't give me exact position.
PY-7677 is other problem, that is named "go to defInition".
I need "go to file:line", for example I need get position of line like "a = b + c".
I think pyCharm doesn't have this feature.