Dynamic line in comment - PHPStorm Permanently deleted user 创建于 2019年07月11日 10:41 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!
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!