How to disabled auto inserting php tag
Hi, after last update 2019.3 i have one annoying issues..
My php code is written in php short open tags, but every time i write "<?" it automatically add php "<?php" how to disable this function?
Thanks :)
Please sign in to leave a comment.
Hi there,
Sadly it's not possible right now. You have to type <?[BACKSPACE] to get <?
The option will be available in next minor version (2019.3.1) -- it's already implemented.
P.S. Possible workaround for the moment -- use custom Live Template (e.g. qq[TAB] (as it's fast to type) that will expand into desired sequence).
Thanks :) I will wait 2019.3.1 ;)
This is really annoying and damn imposed "feature". Thanks, witing next version =)
@OsipovMN
>witing next version =)
2019.3.1 has been released already --- https://blog.jetbrains.com/phpstorm/2019/12/phpstorm-2019-3-1-is-released/
It was not disabled by default :"(
But ty for link :)