PY-45459 Make f-string like completion available after "{" on explicit invocation

GitOrigin-RevId: fe609b6a572f2ac971b2cf34eb92afe529708628
This commit is contained in:
Mikhail Golubev
2020-11-15 16:10:47 +00:00
committed by intellij-monorepo-bot
parent 04431f29bd
commit 9590c3643e
3 changed files with 20 additions and 1 deletions
@@ -0,0 +1,2 @@
my_expr = 42
s = 'foo{<caret>'