LuaSublime
LuaSublime copied to clipboard
Easier editing of multiline comments
Thanks for creating the package!
It would be awesome if in the following case:
-- Makes something important<CURSOR HERE>
function foo()
...
end
the editor would automatically comment the next line if I press Enter:
-- Makes something important
-- <CURSOR HERE>
function foo()
...
end
This would hugely facilitate inserting multiline comments.