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

Var definition on comment #62

Closed
henres opened this issue Oct 16, 2017 · 4 comments
Closed

Var definition on comment #62

henres opened this issue Oct 16, 2017 · 4 comments

Comments

@henres
Copy link

henres commented Oct 16, 2017

Hello,
When i have definition of var in code comment, the autocompletion and hyperclick doesn't work.

/** @var Response $myResponse */
$myResponse = $this->get('myproject.myresponse');

I can't hyperclick on Response or have autocompletion on $myResponse.

@henres
Copy link
Author

henres commented Nov 13, 2017

Someone ?

@rsese
Copy link

rsese commented Nov 14, 2017

Thanks for the report - can you share what version of Atom you're running and what operating system? About the autocompletion, $myreponse autocompletes ok for me after creating a PHP file with your code snippet in macOS 10.12.6, Atom 1.24.0-dev-4f6e8ed5f, and php-ide 0.6.10.

@jens1o
Copy link
Contributor

jens1o commented Nov 15, 2017

Long story short: felixfbecker/php-language-server#350

This isn't implemented, yet.

@rsese
Copy link

rsese commented Nov 15, 2017

Ahhh great, thanks for the pointer @jens1o 🙇 You can subscribe to the above issue if you'd like @henres.

@rsese rsese closed this as completed Nov 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants