japhib / pico8-ls

PICO-8 Language Server
MIT License
69 stars 8 forks source link

Auto-complete for built-in functions #39

Closed japhib closed 1 year ago

japhib commented 1 year ago

Once you've typed a built-in function, you can hover it and it'll show the docs for it. But when you've only typed part of the name, there's no auto-complete for it.

musjj commented 1 year ago

I'm having this problem, I thought that there was something wrong with my LSP setup on neovim. Was there a regression? The demo video on the readme shows the completion working just fine.

japhib commented 1 year ago

Yes, this might be a regression.

japhib commented 1 year ago

Confirmed working (again?) - not sure it was actually broken 🤷‍♂️