如何在PhpStorm中启用自定义函数的参考分辨率

PhpStorm has some nice file path completion for basic PHP functions like require and include.

enter image description here

Is it somehow possible to enable that completion for custom functions too? Maybe via PHPDoc?