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 :)

2

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).

1
Avatar
Permanently deleted user

Thanks :) I will wait 2019.3.1 ;)

0

This is really annoying and damn imposed "feature". Thanks, witing next version =)

0

@OsipovMN

>witing next version =)

2019.3.1 has been released already --- https://blog.jetbrains.com/phpstorm/2019/12/phpstorm-2019-3-1-is-released/

1

It was not disabled by default :"(

But ty for link :)

0

请先登录再写评论。