I am trying to make WebStorm autocomplete some HTML attribute values ββwhen working with Angular Material.
Editor> Inspections> HTML> Unknown HTML tag attribute
I added some attributes here like flex , flex-md and layout , but how can I get auto-completion for the situation as shown below?
<div layout="can be row or column"></div>
The layout value is row or column , so I want the row and column to appear when I enter the layout = "row / column here", is this possible?
I am using WebStorm 12 EAP.
source share