mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
PY-80844 Add a new intention for converting between f-strings and t-strings
GitOrigin-RevId: be3ab4d72de05a92c986af31ac8e40309d9754b1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b8c67616f1
commit
f41aae4760
@@ -342,6 +342,11 @@ INTN.convert.absolute.to.relative=Convert absolute import to relative
|
||||
#PyInvertIfConditionIntention
|
||||
INTN.invert.if.condition=Invert 'if' condition
|
||||
|
||||
# PyFStringToTStringIntention
|
||||
INTN.NAME.convert.between.f.string.t.string=Convert between f-string and t-string
|
||||
INTN.convert.f.string.to.t.string=Convert f-string to t-string
|
||||
INTN.convert.t.string.to.f.string=Convert t-string to f-string
|
||||
|
||||
### Quick-fixes ###
|
||||
QFIX.add.qualifier=Add qualifier
|
||||
|
||||
|
||||
Reference in New Issue
Block a user