-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
[html] add css intellisense for styles #1005
Comments
@areijngoudt Did you intend to provide a screenshot? Can you please provide the code snippet that has issues? |
Oh, I don't have access to the code right now. It's something like: link href='~/Content/bootstrap.css' type=... Etc |
Note that we don't have any intellisense for href completion in HTML, so it's doesn't depend on whether the string starts with '~/' |
Hi Martin, Ok, I understand. But my point is that css intellesense does not work. Kind regards, Ad. Op 7 dec. 2015 om 10:52 heeft Martin Aeschlimann notifications@github.com Note that we don't have any intellisense for href completion in HTML, so — |
@areijngoudt Maybe I misunderstood what you meant with 'css intellisense'. Is it about completing the href in a link tag, or is it about completing css rules inside html. Can you give a more compete example code and write what completions you expect? A screenshot would be great. |
Hi Martin, Sorry, have no screenshot available right now. What I mean is that when in an .html file I type class='btn btn-' I don't Best regards, Ad. Op 8 dec. 2015 om 09:28 heeft Martin Aeschlimann notifications@github.com @areijngoudt https://github.com/areijngoudt Maybe I misunderstood what — |
Thanks @areijngoudt, I updated the issue title |
I'm actually having this exact same issue and I'll be glad to supply a screenshot. This is about the simplest example I can create. index.html has both a reference to app.css which only contains the teststyle class and the inlineTest class is declared directly in the html file. Neither of these classes are shown in intellisense when typing in a class attribute of a html element. The screenshot shows "No suggestions" which is what comes up with Ctrl+Space. Also, Find All References is greyed on when right clicking on either of the css classes. I'm sure these 2 issues are related. |
I would like to have intellisense when using bootstrap classes. Is there any plan on when this feature can be completed? Thank you. |
this feature is a gap in what is otherwise the best code editor out there... any plans to address this anytime soon? |
duplicate of #2037 |
The style links are set in my MVC masterpage _Layouts:
VSCode does not 'see' any styles.
Is there a way around this?
The text was updated successfully, but these errors were encountered: