开发者

Several columns of code horizontally (side-by-side and same file) in Visual Studio 2008

开发者 https://www.devze.com 2022-12-11 03:09 出处:网络
Is it possible to have several columns of code side-by-side in开发者_如何学Python Visual Studio 2008? And if so where to tweak that?If you have more than one file open, you can create a new Tab-Group

Is it possible to have several columns of code side-by-side in开发者_如何学Python Visual Studio 2008? And if so where to tweak that?


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.


right 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.


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)

0

精彩评论

暂无评论...
验证码 换一张
取 消