GDScript completion does not insert anything in some scenarios #10371
Unanswered
rcorre
asked this question in
Troubleshooting
Replies: 3 comments
-
I'm wondering if this could be a bug in Godot's LSP. In the case above, the response looks like:
However, if I type:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I use GODOT 4.0.3.stable.official , The LSP runs properly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
On @erasin when you type |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Given the following script:
Completions selected after
COM
will not insert anything.Reproduction Steps
I tried this:
hx Example.gd
Tab
a few times.I expected this to happen:
Selected completions are inserted.
Instead, this happened:
Completions are selected but nothing is inserted.
https://asciinema.org/a/kcE7KPiAl1mogNYc4SQxDgBZx
(neovim shown at the end for comparison)
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
st 0.8.5
Helix Version
22.12-256-g3b301a9d
Beta Was this translation helpful? Give feedback.
All reactions