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?
The suggestion list of Automatic completion appears as soon as you start typing a new identifier. The suggestion list of Basic completion appears when you press the default Visual Studio IntelliSense shortcut Ctrl+Space . If necessary, you can always return to the Visual Studio's native's IntelliSense.
The fix was to look in Visual studio menu: Resharper > options Then select IntelliSense > General -> use IntelliSense features of: Visual Studio.
To access this options page, choose Tools > Options, and then choose Text Editor > C# > IntelliSense.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With