PhpStorm has some nice file path completion for basic PHP functions like require and include.
require
include
Is it somehow possible to enable that completion for custom functions too? Maybe via PHPDoc?