1

I have a HTML file and a bunch of CSS files (bootstrap,.blabla,...)

On html if I call Ctrl + Space on a "class" attribute the auto-completition work as expected.

But if in this same html file I put some <style> tag with some css definition, the auto-complete just work local and external css files are ignored.

Is this a OK behavior?

0

1 Answer 1

2

Yes -- it's expected behaviour -- it was originally designed to behave like that (I do not remember the reasoning now (I've read about it like 3 or so years ago) -- but you may find some dev's comments about that in one of the linked tickets -- just search for "css completion").

https://youtrack.jetbrains.com/issue/WEB-7317 -- watch this and linked tickets (star/vote/comment) to get notified on any progress.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.