Is it possible to have several columns of code side-by-side in Visual Studio 2008? And if so where to tweak that?
views:
34answers:
3right click on the code window tab, select move to next tab.
Alternatively, you can choose window --> split to make a verticle row split.
I am not sure if this still works, but if you go to tools -> options --> workspace (or environment, something like that), you can choose MDI view. Then you get an MDI interface instead of tabs.
If you have more than one file open, you can create a new Tab-Group by clicking on Window->New Horizontal Tab Group / New Vertical Tab Group. This allows to edit several files without switching.
Not within a single window.
However, you can place two documents side by side by opening them both and choosing Window -> New Vertical Tab group (VS2008) or Window -> Split (VS2005).
(You can also edit columnar text sing Alt-drags to select rectangular regions of the text for copy & paste, but I doubt that's what you're asking for)