Skip to content

Easier editing of multiline comments #11

@dpashkevich

Description

@dpashkevich

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions