-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 completion in web-mode #1559
Comments
Isn't it a better practice to have a separate CSS file? |
@louy2 - web-mode is a successor to mmm-mode so switching to mmm-mode would be a step backwards. Adding this feature to web-mode is a much shorter path. |
From web-mode.org:
|
And where shall I put those config? |
We use company, so I wouldn't recommend going with auto-complete to get this working. The right way to do this is probably to add |
PR: #3579 |
Thank you! @TheBB |
I cannot trigger CSS completion in
<style>
tag in html file.Sample:
I'd like it to show me various text related properties, but I get nothing.
The text was updated successfully, but these errors were encountered: