How to Disable Automatic Backslashes for Multiple Line Breaks in Raw f Triple-Quoted Strings in PyCharm
In PyCharm Community Edition (2024.2.1), when using raw f triple-quoted strings (e.g., rf'''some string here'''
), pressing Enter automatically adds a backslash (\
) at the end of the line. How can I disable this automatic addition of backslashes when breaking lines within raw f triple-quoted strings?
请先登录再写评论。
zo'r
The issue is unreproducible for me, please try upgrading PyCharm to the latest version and if the problem persist - create a new issue on YouTrack: https://youtrack.jetbrains.com/newIssue