Search code examples
webstorm

Webstorm - how to disable 'dfn' shourtcut?


I want to set my live template for css like

df

After this I want to be displayed:

display: flex;

But in my Webstorm I have some predefined shourtcut and I cannot find any clues how to disable it in LiveTemplates. It's really annoying to always press bottom arrow when I want to write display: flex;

enter image description here


Solution

  • The IDE suggests existing HTML elements in completion; dfn is the Definition element; there is no way to remove it from completion list