You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an awesome functionality would be to have a inner loop text object. In brace languages this is easily done with i{ but for Python there's no such option, the same as with classes and functions.
The text was updated successfully, but these errors were encountered:
the problem with the indent text object is that you can't move the whole block.
the worst case are multiple if/elif/else statements: you could move one of the "elif" clauses. If you're within the clause or the statement spans more than one screen, moving with counting becomes a chore.
Hi,
an awesome functionality would be to have a inner loop text object. In brace languages this is easily done with
i{
but for Python there's no such option, the same as with classes and functions.The text was updated successfully, but these errors were encountered: