mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
PY-891 Ctrl + Shift +Enter doesn't move to next line in case of method definition
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
class Foo:
|
||||
def __init__(self)<caret>
|
||||
@@ -0,0 +1,3 @@
|
||||
class Foo:
|
||||
def __init__(self):
|
||||
<caret>
|
||||
@@ -1 +1,2 @@
|
||||
while a:<caret>
|
||||
while a:
|
||||
<caret>
|
||||
Reference in New Issue
Block a user