Skip to content

invoke intellisense manually or not inside class definition #178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
GiorgosK opened this issue Mar 24, 2019 · 0 comments
Open

invoke intellisense manually or not inside class definition #178

GiorgosK opened this issue Mar 24, 2019 · 0 comments

Comments

@GiorgosK
Copy link

GiorgosK commented Mar 24, 2019

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants