How to stop Visual Studio 2013 by jumping out of quotes when I type a space in a web editor?

When I print the attribute value and I hit the space, it automatically moves to the next attribute. I suppose this makes sense when entering an identifier or something else, but it is very annoying when typing an attribute of a class with multiple classes. Does anyone know a way to change this behavior?

+4
source share
1 answer

The behavior that you describe is a feature of the IntelliSense automatic member list feature. You can get around the annoyance by disabling "Auto list members" for HTML. Note: you can also do this for other languages.

" " HTML, :

> > p > HTML > :

" "

"", IntelliSense. , , CTRL + J, , .

+7

All Articles