vscode/extensions/php
Stephen Sigwart 7c43b02d62
Update indentation for PHP, JS, and TS (#251465)
* Update indentation for PHP, JS, and TS.

Addresses https://github.com/microsoft/vscode/issues/136592

- For PHP, auto-indent after `if`, `elseif`, `else if`, `while`, `for` and `foreach`. This also fixes an issue where hitting Enter on a blank line below a single line `if` (or other) results in an extra tab.
- For PHP, extra dot after `*/` and blank line.
- For JS/TS, auto-indent for `else` to be consistent with handling of `if` statements

* polish

---------

Co-authored-by: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
2025-06-17 09:41:12 +00:00
..
.vscode Restore extensions in core (#114921) 2021-01-25 17:07:56 +01:00
build Update PHP grammar from fork (#180100) 2023-04-17 18:42:57 +00:00
snippets Fix invalid php snippet (#192246) 2023-09-06 02:13:03 +02:00
syntaxes Update grammars (#248013) 2025-05-02 16:29:24 +03:00
.vscodeignore Restore extensions in core (#114921) 2021-01-25 17:07:56 +01:00
cgmanifest.json Update grammars (#248013) 2025-05-02 16:29:24 +03:00
language-configuration.json Update indentation for PHP, JS, and TS (#251465) 2025-06-17 09:41:12 +00:00
package.json Use categories for builtin extensions groups (#202453) 2024-01-14 18:19:29 +01:00
package.nls.json run prettier over extensions json files 2021-01-29 15:19:18 +01:00