Skip to content

Conversation

thehuglet
Copy link

Currently the extension's auto-closing pairs don't work well with bolt's fstrings, as inputting f" or f' will not produce an auto-closing quote as expected, instead the user has to input a second quote manually, which actually produces 3 quotes (f""" or f'''). This is very annoying and requires the user to manually remove the excess quote every time.

This pull requests fixes that issue, ensuring both single and double quotes auto-close correctly when used along an fstring in bolt.

@rx-dev
Copy link
Collaborator

rx-dev commented Oct 14, 2025

oh i missed this, seems like a good change

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

Successfully merging this pull request may close these issues.

2 participants