Imagine I have this:
<div id="wrapper">
</div>
In my CSS file, when I type in:
#
Is there a way to make Visual Studio show me intellisense of all id’s in my HTML markup?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Actually Visual Studio itself doesn’t provide an inbuilt functionally to autocomplete classes or ids.
Luckily there is a plugin which is providing this feature: http://www.jetbrains.com/resharper/
I’m using it and it provides me with a list of classes or ids like intellisense.