-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Is there such? If not, would it be possible to request it?
Nice movements would be:
- end of current block
- beginning of current block
- beginning of parent block
- beginning of next block at higher level
E.g.,
Given:
1: class A(object):
.
.
2: def func1():
. [main func1 body]
.
3: if x:
4: [stuff]
.
.
5: else:
. [stuff]
.
6: [more main func1 body]
.
.
7: def func2()
.
.
(1) If the cursor is between line 4 (inclusive) and 5 (exclusive), then would move to the line just before [5].
(2) If the cursor is between line 4 (inclusive) and 5 (exclusive), then would move to [4]
(3) If the cursor is between line 4 (inclusive) and 5 (exclusive), then would move to [3]
(4) If the cursor is between line 4 (inclusive) and 5 (exclusive), then would move to [7]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels