You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm not sure this is a feature suggesting for
atom-ide-ui
iside-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
).The text was updated successfully, but these errors were encountered: