views:

1237

answers:

7

I am trying to find a way to disable Design / Split views from appearing in Visual Studio. I figure there's no way to completely disable it, but I still can't seem to find a way to remove the shortcut (F7), or remove the buttons from the bottom bar.

A: 

Bump.

I'd like to know that as well.

roosteronacid
If you want to "bump" the question, upvote it instead of replying with an answer.
cowgod
A: 

You should be able to delete the keyboard assignment for F7 in the Keyboard Customization screen. All hotkey assignments are customizable AFAIK.

I doubt there's any way to get rid of the buttons on the UI.

sliderhouserules
A: 

just for my curiosity, why do you want to do that?

Orentet
As for my self, I find it annoying to get the designer view as default on classes I write myself inheriting from the base controls. More often than not, the design view cannot render my types and displays an exception.
Øyvind Skaar
i just hate because it lags whatever im doing for 4 seconds if i accidently open it. drives me nuts
Shawn Simon
+2  A: 

The best I found was:

for HTML/ASPX - Options -> HTML Designer -> start pages in source view

for XAML -> Options -> Text Editor -> XAML -> Misc -> Always open documents in full XAML view

bh213
+1  A: 

The keyboard shortcut is listed under View.ToggleDesigner.

I just want to be able to disable the Design view; the F7 shortcut is rather handy for swapping between source and code behind when doing web development.

A: 

Here is a solution for XAML

+1  A: 

Short blog post here apparently has an answer for this problem http://renaissauce.com/thoughts/visual-studio-2008-tip-remove-the-design-split-source-button-bar/

John Rutter
link doesn't work
Stewie Griffin
I Googled the actual blog post title and found this: http://renaissauce.com/post/Visual-Studio-2008-Tip-Remove-the-DesignSplitSource-button-bar.aspx
Dan Atkinson