Dynamic line in comment - PHPStorm
Hello,
I have a comment:
# region -> reference to the line: 152
..........
#endregion
If I write code, the line I referred to is 170, how could I make the line: 152 be dynamic?
Thank you!
Please sign in to leave a comment.
You can't. Use PHPDocs with @see to an object instead
PHPDocs does not help me. In the future, someone can think of making a plugin. :)
Thank you!