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
Autocompletion for docblock tags such as @inheritDoc does not seem to replace the existing @, it is likely the replacementPrefix is not set correctly (or the server is providing the wrong textEdit that does not include it in its range)
I targeted the upstream release for #460, but targeting unstable Git versions breaks package installation for Windows users (#477), so that was reverted. Hence this is an issue again. We should probably wait until a new stable version is released.
The text was updated successfully, but these errors were encountered:
The issue still exists. It is really annoying, because it is not limited only to doc-blocks; it happens on variable dollar signs and explicit global namespaces (e.g. \Exceptions becomes \\Exception).
Has anything been updated in the last few days?
I've been using this plugin for a few months now and never had problem with this, but now I have this very annoying problem with the dollar sign, which makes the plugin practically unusable.
Every time I select a variable from the autocomplete, either with the tab or enter key or mouse click, I get an extra dollar added.
edit: I can't understand why I see this problem just now, however I solved it by removing $ from "non word characters" in the package language-php settings.
Autocompletion for docblock tags such as
@inheritDoc
does not seem to replace the existing@
, it is likely thereplacementPrefix
is not set correctly (or the server is providing the wrong textEdit that does not include it in its range)It turns out this is caused by
atom-languageclient
, reported upstream at atom/atom-languageclient#266.I targeted the upstream release for #460, but targeting unstable Git versions breaks package installation for Windows users (#477), so that was reverted. Hence this is an issue again. We should probably wait until a new stable version is released.
The text was updated successfully, but these errors were encountered: