vscode-intelephense
vscode-intelephense copied to clipboard
Annotation support
When working with Symfony or Doctrine, annotations are commonly used. The language server seems to be perfectly able to recognize if a use
statement is used inside a DocBlock. It would be nice to also have completion here.
Here is an image, showing an use
Statement for Route, but no reference anywhere:
And here is a reference inside the DocBlock:
It would be awesome, if we could get autocompletion with automatic import in DocBlocks, just as in every other part of the code.
I use symfony at work too and goto declaration via annotation would be awesome (alt+click) as well.
I am looking forward to this feature.
hello @bmewburn, is the repo open for PRs ? I could try to look at it as I am also very interested in this feature !
I am also looking forward to this feature. Code completion and signature help for annotations would be great help for our project.
Any update?
Any update?
Since there's a shift towards attributes (language native annotations, if you will) away from annotations and attributes being already supported by Intelephense, I don't see the need for this enhancement (anymore 😉).