Tab-complete PHP variables insert extra '$' char #9303
Answered
by
Hasnayeen
fabrixxm
asked this question in
Troubleshooting
-
SummaryAutocomplete with phpactor correctly identify variables and offer autocomplete, but then insert an extra Reproduction StepsI tried this:
I expected this to happen: text completed into Instead, this happened: text completed into This happens with any variables. Helix loglog from log.txt
PlatformLinux Terminal EmulatorGNOME Console 45.0 Installation Methodpacman Helix Versionhelix 23.10 |
Beta Was this translation helpful? Give feedback.
Answered by
Hasnayeen
Jun 7, 2024
Replies: 2 comments
-
I am having the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
current workaround for helix is to pass following config option [language-server.phpactor]
command = "phpactor"
args = ["language-server", "-vvv", "--config-extra={\"language_server_completion.trim_leading_dollar\":true}"] |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fabrixxm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
current workaround for helix is to pass following config option