bmewburn / vscode-intelephense

PHP intellisense for Visual Studio Code
https://intelephense.com
Other
1.56k stars 92 forks source link

Limited support for `@see` tag. #2891

Closed wffranco closed 1 month ago

wffranco commented 1 month ago

No reference for attributes or methods The @see tag should help us to link a reference. It is working right with external links, and main classes. But if we reference a method or a property, the link is not available. Example:

/**
 * @see \MyClass -> Good.
 * @see \MyClass::$variable -> Bad.
 * @see \MyClass::myMethod() -> Bad.
 */
bmewburn commented 1 month ago

duplicate of #1316