Is there a feature or a plugin to create a link to a local project file like this:
/**
* @see ./views/templates/file.twig
*/
public function render()
{
..
}
That would very useful for jumping between files.
I've found this plugin, but is seems like it is no longer maintained or not supported in PhpStorm > 2016:
https://plugins.jetbrains.com/plugin/7235?pr=phpStorm
PhpStorm 2023.2:
/**
* @see /README.md # It works
* @see /.gitignore # It doesn't work (hidden files)
*/
class SomeClass
{
// ...
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With