Why does Visual Studio switch focus to another pane after Quick Actions? -
here's scenario: i'm coding along, , reference type haven't imported using statement yet.
since don't want slow down , grab mouse, ctrl-. bring quick actions, , press enter accept top suggestion of adding correct using statement.
about half time, well! weird behavior other 50% of time:
- sometimes, focus switches other visible pane (output, solution explorer, properties...)
- sometimes, focus stays in code pane "sort of". can't type, using arrow keys works move around little shaded row indicates current line
this isn't unique particular quick action, it's 1 bites me often. executing quick action suggestion via keyboard potentially triggers this. however, i've never seen happen when use mouse click on suggestion want execute.
what's going on here?
this bug appears fixed in visual studio 2015 update 1. after installing, no longer have press f7 switch code pane.
Comments
Post a Comment