Skip to content
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

CSS class autocompletion #60

Closed
headphonejack opened this issue Sep 16, 2019 · 4 comments
Closed

CSS class autocompletion #60

headphonejack opened this issue Sep 16, 2019 · 4 comments
Assignees

Comments

@headphonejack
Copy link

HTML templates detect and offer autocompletion for css classes in your project:

image

Svelte files don't do the same, do we know the limitations to doing this?

image

@tomblachut
Copy link
Owner

tomblachut commented Sep 18, 2019

Hi! From the perspective of IDE Svelte is another language so everything need to be enabled separately. There is some extension point missing, from top of my head I guess something in css namespace or CompletionContributor. If you or anyone else wants to tackle this good starting point is to look at Angular or Vue plugin. I can also make some further research. Otherwise priority for me is parsing attributes and handling false-negatives like autosubscription syntax.

@AleksandrSl
Copy link
Contributor

Hi! If nobody mind I can try to tackle this

@tomblachut
Copy link
Owner

@AleksandrSl that would be great!

@tomblachut
Copy link
Owner

Fixed in #70

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

No branches or pull requests

3 participants