mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
PY-43053 Handle Complete Current Statement after a collection at the end of a file
It's weird, however, that Python implementation might query fixers for elements that are at completely different lines with the caret as in the originally reported case. This confusing and error-prone behavior needs to be revised separately. GitOrigin-RevId: 1f48fe0e0936fb2007022dfc889c44ad32e1eaf0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
62a91a1a1f
commit
13afc2cbfb
@@ -0,0 +1,2 @@
|
||||
@(lambda: [lambda x: x][0])()
|
||||
def foo()<caret>
|
||||
@@ -0,0 +1,3 @@
|
||||
@(lambda: [lambda x: x][0])()
|
||||
def foo():
|
||||
<caret>
|
||||
@@ -0,0 +1,3 @@
|
||||
xs = [
|
||||
|
||||
] <caret>
|
||||
@@ -0,0 +1,4 @@
|
||||
xs = [
|
||||
|
||||
]
|
||||
<caret>
|
||||
Reference in New Issue
Block a user