Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Go to definition: support docblocks object references #105

Open
phh opened this issue Feb 15, 2018 · 1 comment
Open

Go to definition: support docblocks object references #105

phh opened this issue Feb 15, 2018 · 1 comment

Comments

@phh
Copy link

phh commented Feb 15, 2018

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).

@mitchellnemitz
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants