Friday 15 August 2014

c# - How to make a round trip - start from markup - in Visual studio -



c# - How to make a round trip - start from markup - in Visual studio -

in aspx page, source/markup mode, can

right-click > view code f7

this bring me cs file, good. when want go back,

right-click > view designer shift+ f7

this bring me aspx design mode slow. need source/markup mode.

my question is how utilize keyboard create real round trip?

update: ben. followed link, works me! utilize vs 2012.

vs addin: view markup. exist that?

your version of visual studio not included, vs2012 , vs2010 (at least), can switch between design , source views shift + f7.

so go .cs .aspx, press shift + f7 twice.

the roundtrip :

.aspx => f7 => .cs => shift + f7, shift + f7 => .aspx

the design view still seek load stuff on first visit if switch fast, there's still slight delay when accessing source view.

c# asp.net visual-studio editor

No comments:

Post a Comment