How to disable copilot in phpstorm to autocomlete one dot with 3?

Hi.
I have a trouble with copilot in phpstorm in html files, when want to trigger expand . for emmet.
When i type ., i see in suggestions as ... (3 dots), and i need to press Esc and after Tab to expand in to <div class=""></div>

https://i.imgur.com/T76wvXu.png 

Thanks.

0

The only way is to disable Copilot completion for HTML at Settings | Languages & Frameworks | Copilot.
It seems that GitHub suggests the same solution for VS Code: https://github.com/microsoft/vscode/issues/141803

0

请先登录再写评论。