ide-php icon indicating copy to clipboard operation
ide-php copied to clipboard

Go to definition: support docblocks object references

Open phh opened this issue 7 years ago • 1 comments

I'm not sure this is a feature suggesting for atom-ide-ui is ide-php but here goes:

When referencing objects inside docblocks it would be benefiting to use hyperclick/goto to open that specific class.

Example: https://github.com/laravel/framework/blob/master/src/Illuminate/Support/Facades/Cache.php: (@see).

phh avatar Feb 15 '18 08:02 phh

PHPStorm and other big-name IDEs use /** @var NextLineVariableClassName */ to help with language intelligence, it would be nice if I could hyperclick through that annotation, but I understand it might be a limitation of the language server.

Where would a contributor start if they wanted to help implement this feature?

mitchellnemitz avatar Sep 27 '18 13:09 mitchellnemitz