I love VS2013 with the Solarized-Dark theme. I would like to use the IDE to do other tasks, if possible. I noticed that SQL Server 2014 uses the VS2010 IDE for it's interface. I realize that might be because they have the source to the IDE - LOL.
我喜欢VS2013的Solarized-Dark主题。如果可能,我想使用IDE执行其他任务。我注意到SQL Server 2014使用VS2010 IDE作为它的界面。我意识到这可能是因为他们有IDE的来源 - 大声笑。
I'm just wondering if I can create an add-in, or in some other way USE the VS2013 IDE for other purposes - creating tabs and hosting my own controls in those tabs - and of course modifying the menus.
我只是想知道我是否可以创建一个加载项,或者以其他方式使用VS2013 IDE用于其他目的 - 创建选项卡并在这些选项卡中托管我自己的控件 - 当然还有修改菜单。
The rest of the look/feel - I'd like to remain as I think it's superior for any programmer. The custom (ie; NON-Windows7) scrollbars - the tabs - the Solarized theme - are all things I would want to keep.
其余的外观/感觉 - 我想留下来,因为我觉得它对任何程序员来说都是优越的。自定义(即; NON-Windows7)滚动条 - 标签 - Solarized主题 - 是我想要保留的所有内容。
Any pointers or advice would be greatly appreciated. I've use VS since it's inception, but never tried to develop add-ins or extend the IDE in any way.
任何指针或建议将不胜感激。我从一开始就使用VS,但从未试图以任何方式开发加载项或扩展IDE。
THANKS in advance!
提前致谢!
1 个解决方案
#1
You can find an overview and deep content about Visual Studio Extensibility (VXS) on my web site:
您可以在我的网站上找到有关Visual Studio Extensibility(VXS)的概述和深入内容:
http://www.visualstudioextensibility.com/overview/vs/
You can extend the Visual Studio IDE or reuse the Visual shell for your own purposes. SQL Server uses the Visual Studio Shell, Integrated Mode.
您可以扩展Visual Studio IDE或重用Visual shell以用于您自己的目的。 SQL Server使用Visual Studio Shell,集成模式。
#1
You can find an overview and deep content about Visual Studio Extensibility (VXS) on my web site:
您可以在我的网站上找到有关Visual Studio Extensibility(VXS)的概述和深入内容:
http://www.visualstudioextensibility.com/overview/vs/
You can extend the Visual Studio IDE or reuse the Visual shell for your own purposes. SQL Server uses the Visual Studio Shell, Integrated Mode.
您可以扩展Visual Studio IDE或重用Visual shell以用于您自己的目的。 SQL Server使用Visual Studio Shell,集成模式。