I'm enjoying this extension quite a bit coming from Intelephense, which was nice but needed work. Are there plans to support the @see keyword in DocBlocks? Thanks!
https://docs.phpdoc.org/guide/references/phpdoc/tags/see.html#see
Support for PHPDoc See Tag?
AnthonyANI Hi! And thank you for a nice feedback.
@see tag should be supported, but we may miss some feature you may be used to.
Is there something specific that does not work with the @see tag?
Thank you
It seems that hovering doesn't show the tags (and the text behind them (After)). I think it's a good idea to show them fully including @param and @return
- Edited
JakubMisek It's as @ging-dev mentions. While I can see the @see tag with Intelephense like params, it doesn't currently show for the DEVSENSE PHP Intellisense. I have also not seen it show up in other ways.
It would also be nice to see the other tags in that screenshot, if at least as a configurable behavior. That would be especially helpful for the @throw tag.
Thanks!
AnthonyANI Thanks, I see.
No problem adding @see
and @throw
info into tooltips.
implemented; will be available in the upcoming updates, thank you!