Prevent Visual Studio 2013 to exit editing class tag when pressing SPACE

Viewed 1321

The feature I like in VS2013 is the CSS Class IntelliSense in CSHTML files, however, their new feature to exit the tag when pressing SPACE is quite annoying.

For example: I usually use Bootstrap with multiple classes, says:

<button class="btn_ <- My pointer is here

and I want to press SPACEand add btn-default, but instead, it jumps out:

<button class="btn" _ <- new pointer position

and it takes me more time to work with classes. Is there a way to turn this off?

P.s: my current fastest way to overcome this is to press ESCbefore pressing SPACE.

2 Answers
Related