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
extends Node
func _ready() -> void:
var n := Node.new()
Below the last line, I type if n.h<tab><tab> quickly. It completes to if n.hhas_method instead of if n.has_method. This does not happen if I press <tab> more slowly.
Reproduction Steps
I tried this:
hx Example.gd
ge
O
<tab>
if n.h<tab><tab> (quickly)
I expected this to happen: if n.has_method
Instead, this happened: if n.hhas_method
Helix log
~/.cache/helix/helix.log
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines
Summary
I'm editing the following
.gd
file:Below the last line, I type
if n.h<tab><tab>
quickly. It completes toif n.hhas_method
instead ofif n.has_method
. This does not happen if I press<tab>
more slowly.Reproduction Steps
I tried this:
hx Example.gd
ge
O
<tab>
if n.h<tab><tab>
(quickly)I expected this to happen:
if n.has_method
Instead, this happened:
if n.hhas_method
Helix log
~/.cache/helix/helix.log
For comparison, here's the nvim LSP log for the same operation:
nvim.log
Platform
Linux
Terminal Emulator
st 0.8.5
Helix Version
22.12-231-g23ed8c12
The text was updated successfully, but these errors were encountered: