开发者

Several columns in Visual Studio 2008

开发者 https://www.devze.com 2022-12-11 03:16 出处:网络
Is it possible to have 2开发者_Go百科 or 3 columns of the code in Visual Studio 2008?Yes. right click on tab

Is it possible to have 2开发者_Go百科 or 3 columns of the code in Visual Studio 2008?


Yes.

  • right click on tab
  • New Vertical/Horizontal Tab Group

alt text http://software.intel.com/en-us/blogs/wordpress/wp-content/uploads/2008/08/tabgroups.jpg


You can do 2 columns, per file, I think that is the limit. See here and scroll down to the section "Viewing the Same File in a Split View"


When you are editing the file you want to view, go to "Window" menu and select "New Window". You'll now have "myfile.cpp:1" and "myfile.cpp:2". Then move one of them to another tab as if it were another file.

0

精彩评论

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