In most places, the completion is shown while typing, you are not required to hit CTRL + SPACE explicitly.
Is Show suggestions as you type enabled in Settings | Editor | General | Code Completion? Also, please make sure that the Power Save mode is off (File | Power Save Mode)
Until you type it, the IDE can't know if what your are entering is a tag or HTML text.
If typing < is a problem for some reason, enter a tag name and hit Tab to expand it with Emmet (IDE supports basic abbreviations as well as expanding sequences)
In most places, the completion is shown while typing, you are not required to hit CTRL + SPACE explicitly.
Is Show suggestions as you type enabled in Settings | Editor | General | Code Completion? Also, please make sure that the Power Save mode is off (File | Power Save Mode)
I did what you said, but it didn't work. Where's my mistake?
Just enter
<to get a completion.Until you type it, the IDE can't know if what your are entering is a tag or HTML text.
If typing
<is a problem for some reason, enter a tag name and hit Tab to expand it with Emmet (IDE supports basic abbreviations as well as expanding sequences)See also https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000719050-Autopopup-completion-works-inside-php-tag-but-doesn-t-work-outside-of-it-Is-there-any-fix-