Visual Studio Default Open File Action

Posted by Kleinux on Stack Overflow See other posts from Stack Overflow or by Kleinux
Published on 2009-09-24T19:15:28Z Indexed on 2010/05/10 9:14 UTC
Read the original article Hit count: 212

Filed under:
|

I am using Visual Studio 2008 with C#. Is there a way to set the default editor for a class file containing a DataTable derived class? Whenever I double click on one of these classes to open the file VS attempts to open a component designer. Since my class isn't compatible with that editor this is a rather useless default. I would like these files to open up in the normal code editor.

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about c#