Skip to content
New issue

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

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

Already on GitHub? # to your account

Quote completions for inline code literals inserts an extra backquote #2

Closed
brettcannon opened this issue Jul 13, 2021 · 1 comment
Closed

Comments

@brettcannon
Copy link

When I type something like

``a``

I always end up with a fifth backquote when "editor.autoClosingQuotes" turned on:

``a```

I solved the issue back turning off auto-closing quotes for reStructuredText.

@trond-snekvik
Copy link
Owner

trond-snekvik commented Jul 17, 2021

Thanks for pointing this out! I fixed this, as well as unwanted completions on |, which became very annoying when constructing tables.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants