Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
taylorthurlow opened this issue Nov 2, 2018 · 0 comments
Open

Comments

@taylorthurlow
Copy link

taylorthurlow commented Nov 2, 2018

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
@taylorthurlow taylorthurlow changed the title Breaks on Ruby syntax before very specific code block Using the word 'end' in a comment in Ruby breaks auto completion Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant