How to create a link to a file in a PhpDoc block or comment in PhpStorm?

Is there a function or plugin to create a link to a local project file as follows:

/** * @see ./views/templates/file.twig */ public function render() { .. } 

This is very useful for navigating between files.

I found this plugin, but it looks like it is no longer supported or is not supported in PhpStorm> 2016:

https://plugins.jetbrains.com/plugin/7235?pr=phpStorm

+5
source share

Source: https://habr.com/ru/post/1258695/


All Articles