c# - View component in designer from code view -


in visual studios community edition 2015, have components initialized in xxx.designer.cs, , show in designer view. alter them in class code, xxx.cs. instance when reading config file set items checked.

my question is, code view, there way can have show me component in designer view?

ie: have code saying check checkbox , want right click , say, show component in designer.

edit: using dropdown list of element easier searching designer hoping there shortcut. ideas?

edit2: shift+f7 take me designer doesn't highlight component want find, , since i'm working elses's bad code hundreds of components in 1 form it's still difficult find.

you want jump element's code in designer? think can click within code's scope , hit f7. alternatively @ element's name , view drop down of page elements in designer window.


Comments