-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-autoindentEditor auto indentation issuesEditor auto indentation issuestree-sitter-autoindent-candidate
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.99.3
- OS Version: Manjaro Linux
The screenshot should speak for itself. Anyway:
Steps to Reproduce:
- In a new PHP file type this code:
<?php
$string = "Lorem ipsum" .
"dolor sit " .
"amet";
- Then hit Enter and try to type another line of code, such as:
$lalala = 123;
Expected behavior
The default indent after the ; should be none (more in general, the same indent as the that of the first line that started the statement that ends with the semicolon).
Observed behavior
See screenshot above.
It doesn't fix itself when you start typing nor even after you have typed the whole line.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-autoindentEditor auto indentation issuesEditor auto indentation issuestree-sitter-autoindent-candidate
