Re: [vscode] PHP Intelephense extension not work (works partially) on docblock tag @see
"J.O. Aho" <[email protected]> Fri, 13 Oct 2023 08:56:55 +0200
| Newsgroups | comp.lang.php |
|---|---|
| Message-ID | <[email protected]> |
On 13/10/2023 08.37, alex wrote: > Il 12/10/23 12:53, alex ha scritto: >> As IDE I use VSCode, with PHP Intelephense extension installed. >> >> I created a php file that contains https://pasteboard.co/Ldhhq4LDIlIo.png >> >> If I right click on *My* (line 3), the cursor is positioned on the >> name of the class (line 7). >> >> OK!!! >> >> But, if I right click on *abc* (line 4), a popup appears with the error >> >> ***No definition has been found...*** >> >> Why? > > Nothing? Not everyone uses vscode or the same extension as you. Did you disable the built in PHP language feature, otherwise create a ticket at https://github.com/bmewburn/vscode-intelephense/issues -- //Aho