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
When conforming to a max-column length in python, you can only span code on multiple lines via;
The continuation symbol \
While being in brackets [{(
The extension does a fantastic job when hitting ENTER when in brackets, putting the closing bracket on the same column 2 lines down and putting the cursor at the next line already indented.
See the following for the desired (and mostly present behavior) and for the issue observed.
Uh oh!
There was an error while loading. Please reload this page.
When conforming to a max-column length in python, you can only span code on multiple lines via;
\
[{(
The extension does a fantastic job when hitting
ENTER
when in brackets, putting the closing bracket on the same column 2 lines down and putting the cursor at the next line already indented.See the following for the desired (and mostly present behavior) and for the issue observed.
the
|
depicts the cursor positionHowever if I am in the parens of an
Exception
then the behavior is the followingOS: Ubuntu 19.10
VSCode Version: 1.42.1
Python Extension Version: 2020.2.64397
Python Version: 3.7.5 (64-Bit)
Here is a screencast of the issue.

The text was updated successfully, but these errors were encountered: