T O P I C R E V I E W |
Freddy |
Posted - Apr 21 2007 : 12:17:26 PM I using two type of projects: c++ projects and ASP.NET projects. In C++ projects I use Alt+O functionality for switch .cpp and .h files. How I can do it for ASP.NET files? I want to switch between "designer" (.aspx files) and "code" (.aspx.cs files) by Alt+O. How can I do it?
I know about standard shortcuts, but it's not "user friendly" |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Apr 23 2007 : 07:55:14 AM If you tell VA that .aspx and .aspx.cs files are C++ code then alt-o should work. However I am not sure what other, unexpected side effects this will have, plus there is a dot in the middle of ".aspx.cs" which might confuse this.
http://docs.wholetomato.com?W328
Doesn't CTRL-PAGE_DOWN work? I seem to remember this was an option for moving between design and code views for HTML.
There is a macro for swapping between .cpp and .h files in this code project article:
http://www.codeproject.com/macro/kingstools.asp
you should be able to adapt the macro to emulate alt-o in this case, and you can assign your own keyboard shortcut to the macro via the IDE. |
|
|