Closed
Description
Every time I close an HTML tag in a PHP file, IntelliSense suggests <?php
as next string.
This is distracting when writing HTML: When I want to enter a linebreak, I first have to remove the suggestion before hitting Enter
.
Is there a possibility to remove this particular suggestion?
(Using PHP IntelliSense V1.2.1 in Visual Studio Code 1.11.2 on Windows 10, php.suggest.basic
is set to false
)