Disable auto code insert when typing <?

Hi

 

in the newest version of phpstorm it automatically writes <?php when I type <?.
Is there a way to disable it? I often need <?= and it is quite annoying to delete it everytime...

2
1 comment

Unfortunately, there is no way to disable this feature in PhpStorm 2019.3, however, we have added this option to the PhpStorm 2019.3.1 and it is already available in RC build that you may download:

https://blog.jetbrains.com/phpstorm/2019/12/phpstorm-2019-3-1-rc/

The option is named as "Editor | General | Smart Keys | PHP | Auto-insert '<?php' tag after typing '<?'".

1

Please sign in to leave a comment.