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
Hm, I see that happening as well but I'm not too sure how to fix that. When I add end as a snippet, it fails to un-indent when I type the snippet. I'll have to look at some other vscode extensions to see what they do.
Did a bit of research on this - in the excellent Elixir language server, it looks like they provide language keywords as completion items (pico8-ls currently does not do this). end in that language is actually special cased here and uses the TextEdit return item to correctly set the indentation.
(leaving this here for myself, for next time I come back to this)
When I'm started typing "end" the auto completion give me this only one proposition :
which appear to be 」
I'm using the last release 0.5.3
The text was updated successfully, but these errors were encountered: