pico8-ls
pico8-ls copied to clipboard
Autocomplete broken after update 0.5.2
If I start typing, I get the autocomplete suggestions as intended (some are missing, but that's not as much as an issue as what I'll describe)
However, after pressing enter or tab on it, it replaces what I was typing with only what's after the last dot, so in the case of the previous image, pressing enter results in just
down
if version >= 0.5.2
However, on version <= 0.5.1
it works as intended, placing the full player.is_colliding.down
I'm pretty sure #40 is the issue that broke auto-complete since it's the only related change and everything works perfectly in <= 0.5.1
I also made sure only pico8-ls
is enabled on the current workspace