-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
Milestone
Description
Is your feature request related to a problem? Please describe.
You usually have "closing" completion for brackets and quotes, but not for raw strings.
Describe the solution you'd like
I'd like for the IDE to automatically close r' or r" with the corresponding quote.
Describe alternatives you've considered
Manually adding the quote.
Additional context
It works on Python, so this might be doable (try a = f"" or a = f'' - formatted string - on a .py file).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.