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
In Smart Mode, when a cursor leaves a "paren-trail holding area", indentation should be corrected.
These paren trail holding areas allow the user to enter intermediate states that are incorrectly formatted, because they may be on the path to a correctly formatted state that parinfer cannot predict.
For example, the (sdfsdf... line should be dedented when the the cursor moves to a different line to prevent [] from swallowing subsequent lines.
❌vscode bug:
✅atom showing correct behavior:
The text was updated successfully, but these errors were encountered:
In Smart Mode, when a cursor leaves a "paren-trail holding area", indentation should be corrected.
These paren trail holding areas allow the user to enter intermediate states that are incorrectly formatted, because they may be on the path to a correctly formatted state that parinfer cannot predict.
For example, the
(sdfsdf...
line should be dedented when the the cursor moves to a different line to prevent[]
from swallowing subsequent lines.❌vscode bug:
✅atom showing correct behavior:
The text was updated successfully, but these errors were encountered: