H6 Snippets for Visual Studio Code

Hi Aposmus,

I’m glad you like it.

I was using Zerobrane studio which I think is a great lua editor with debugger, but not that easy to expand or customize. Unless you really know what you’re doing.

In VSC you can easily expand the extension with your own user snippets. They can also be more complex and can be assigned to key command.

I’ve assigned (Shift+I then 1) to insert the following, where I can tab through the “$” placeholders.

for i, $ in ipairs($) do
    $
end