Have an annoying visual studio auto-complete behavior.
When editing an MVC view (cshtml) when typing href= Visual studio will autocomplete to "help me out" by auto completing the quotes, for example href="". The problem is with MVC the majority of my links are generated dynamically using @Url.Action(...).
If there a way to control this auto editing? A minor thing but it disrupt my flow every single time, enough that I posted the question.