DCSIMG
VS2010 - IHateSpaghetti {code}

IHateSpaghetti {code}

VSX, DSL and Beyond by Eyal Lantzman

Syndication

Coding / Architecture

Extensibility /DSL

Projects

Articles

Browse by Tags

All Tags » VS2010 (RSS)
Visual Studio 2010 Pro Power Tools
Copied from the visual studio gallery page: Check it out + download Visual Studio 2010 Productivity Power Tools A set of extensions to Visual Studio Professional (and above) which improves developer productivity. Document Well 2010 Plus ( More Info ) One of the key pieces of feedback that we have received over several versions of Visual Studio is that users want to be able to customize the behaviour of their document tabs. From the ordering of tabs to the position of the close buttons, user can now...

Posted by Eyal | 5 comment(s)

Getting Started with Extending Visual Studio
New msdn page on Visual Studio extensibility - UML Tools, DSL Tools , IDE, Debugger, and much more. Check it out - here

Posted by Eyal | with no comments

Blog post explaining how you can enable a DSL to MEF extensions
Jean-Marc published a nice post on how to enable a DSL to MEF extensios. There's a followup post for those who migrated from VS2005 and missing the magical InternalsVisibleTo attribute in their AssemblyInfo.cs. For more info on DSL tools see this code gallery page: http://code.msdn.microsoft.com/vsvmsdk Eyal

Posted by Eyal | with no comments

Toolbox items in DSL tools
In this post: 1) General overview of the way the toolbox items work in DSL tools for VS2010 2) Toolbox related Changes from VS2008 to VS2010 3) Customization of static toolbox items - how to grouped model elements into single toolbox item   In VS 2010 we change the way we manage toolbox items from being set explicitly during package initialization to being partially set(*) before the package has been created and initialized. The toolbox items that are set this way called static toolbox item...

Posted by Eyal | 2 comment(s)