Skip to content

Using the word 'end' in a comment in Ruby breaks auto completion #113

@taylorthurlow

Description

@taylorthurlow

Here's a simple way to replicate the issue:

def foo
  # this will not auto-close
end

def bar # this comment has the word end in it
  # this will not auto-close
end

def baz
  # this WILL auto-close
end

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