Editor indentation incorrect around tabbed function parameters #35952
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
editor-autoindent
Editor auto indentation issues
Indentation does not seem to work correctly for multi-line function signatures. It is based off the indentation on the previous line, rather than the appropriate scope (which in this case, is the indentation level of the first line of the function).
Outcome after typing the following, and pressing enter between the braces. '|' represents the cursor position.
Expected:
Actual:
The text was updated successfully, but these errors were encountered: