Description:
When using PHP Tools for VS Code (Devsense), toggling comments in Blade templates (.blade.php) inserts HTML comments (<!-- -->) instead of Blade comments ({{-- --}}).
This happens because PHP Tools forces .blade.php files to use its own PHP language mode — so switching to the standard “Blade” language mode isn’t an option without losing IntelliSense and highlighting.
Expected behavior:
Within .blade.php files, the comment toggle (Ctrl+/) should use Blade comment syntax ({{-- --}}) rather than HTML comments.
Environment:
VS Code version: last version
PHP Tools for VS Code version: last version
File type: .blade.php