kaiwood/vscode-endwise

It adds the 'end' statements to comments ending in 'do'

Opened this issue · 1 comments

When writing a comment, which ends in do (with a space before), it adds the 'end' line, like this:

image

It doesn't happen if the line ends in undo or todo.

or valid Ruby code but for a commented line:

        # I18n.with_locale(:en) do
        
        end

Shouldn't be so hard to omit commented lines, right?