Feature request - postfix for f-strings (or other auto-completion)
Answered
This is a small qualify of life issue, but one I run into all the time. I start typing my string:
"the value of {variable.name} is {variable.value}"
then realize it has expressions in it, and I need mouse around to put an "f" in front of it.
Any possibility we could get a postfix for this? i.e., "string".f -> f"string"
Please sign in to leave a comment.
Hello Aaron,
at the moment we don't have such an option, please add your vote to the corresponding feature request that I've submitted:
https://youtrack.jetbrains.com/issue/PY-30411
Done, thanks Olga!