Any way to add link to file in phpdoc? Permanently deleted user 创建于 2012年01月16日 18:29 Is there any way to add link to file in my code? For example when a calling $this->render('template_name') i want to add annotation to quickly jump to template file.
Well the only thing that looks feasible is
http://manual.phpdoc.org/HTMLframesConverter/default/phpDocumentor/tutorial_tags.see.pkg.html
@see file_name.ext
Is there any solution in 2020?
idd @Dubrovin, 2020 and im still looking :)
The only way i could do this in phpstorm (but is wierd AF)
$unusedVariable = '<a href="/project/absolute/path/to/file.php"></a>';
phpstorm will see it as html and make file.php clickable
Yes, that's still not implemented. Here's a feature request that you can vote for: https://youtrack.jetbrains.com/issue/WI-28196