You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing a docblock, if I type @p and then try to use completion I will get @@param.
This applies to any annotation, if I simply type @ every suggestion ends up having @@.
This may not be a phpactor issue and may be related to my set up but the step to reproduce is simple, try to complete any annotation at all by starting with an @.
Specific Setup When Encountering Issue
Emacs, using PHP-mode, with eglot using phpactor.
The text was updated successfully, but these errors were encountered:
Same problem here with Helix ver. 25.1.
Setting language_server_completion.trim_leading_dollar": true helped to disable two dollars in variables, but there seems to be no way to prevent completion to return two "@"s.
Issue
When writing a docblock, if I type
@p
and then try to use completion I will get@@param
.This applies to any annotation, if I simply type
@
every suggestion ends up having@@
.This may not be a phpactor issue and may be related to my set up but the step to reproduce is simple, try to complete any annotation at all by starting with an
@
.Specific Setup When Encountering Issue
Emacs, using PHP-mode, with eglot using phpactor.
The text was updated successfully, but these errors were encountered: