LuaSublime icon indicating copy to clipboard operation
LuaSublime copied to clipboard

Easier editing of multiline comments

Open dpashkevich opened this issue 11 years ago • 0 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.

dpashkevich avatar Apr 09 '13 14:04 dpashkevich