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

Autocomplete sigil terminator #121

Open
michalmuskala opened this issue Jan 29, 2018 · 0 comments
Open

Autocomplete sigil terminator #121

michalmuskala opened this issue Jan 29, 2018 · 0 comments

Comments

@michalmuskala
Copy link

Today, some sigil terminators wil autocomplete, but others won't - this is especially annoying with the simple "" terminators since after adding one " the other is not completed, but adding another one automatically tries to close it. The result is that one ends up with three quotes instead of two.

What works:

  • ~r[ completes to ~r[]
  • ~r{ completes to ~r{}
  • ~r( completes to ~r()

What doesn't work:

  • ~r| does not complete
  • ~r< does not complete
  • ~r/ does not complete

What is broken

  • ~r" does not complete and trying to do it manually ends up with ~r"""
  • ~r' does not complete and trying to do it manually ends up with ~r'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants