HTML-CSS-Class-Completion icon indicating copy to clipboard operation
HTML-CSS-Class-Completion copied to clipboard

invoke intellisense manually or not inside class definition

Open GiorgosK opened this issue 6 years ago • 0 comments

It works great inside class="..." but I can't make it work inside twig but not when its NOT associated with class="..."

For example I have code adding classes conditionally in twig file

{%
  set classes = [
    'bg-red-500 p-20',
  ]
%}

but it does not autocomplete inside the single or double quotes is there any workaround or a way to invoke this manually ?

GiorgosK avatar Mar 24 '19 10:03 GiorgosK