DCSIMG
vs shell - IHateSpaghetti {code}

IHateSpaghetti {code}

VSX, DSL and Beyond by Eyal Lantzman

Syndication

Coding / Architecture

Extensibility /DSL

Projects

Articles

Browse by Tags

All Tags » vs shell (RSS)
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

StickyNotes for Visual Studio
Pablo Galiano released a cool tool for dev's - called StickyNotes . This is a tool for VS2008 that allows to attach sticky notes to your code - no more //TODO: that never done :-) Check out the screenshots and for less then $10 this cool thing can be yours ! Here a short description that I've copied in: There are two types of comments: Permanent comments Used for reference and code maintenance Usually describe an algorithm or why we just did something in a particular manner Temporary comments...

Posted by Eyal | with no comments

Blog Carnival #5
After a couple of weeks of crappy Internet connections I finally managed to connect via my cell phone (still crappy though). Visual Studio Extensibility Localized VS Shell (w/ SP1) Download Links T4 Editor - Clarius' T4 Editor ships V1.0 DSL DSL Questions and answers by Martin Fowler ASP.NET jQuery and Microsoft Algorithms Back To Basics: Algorithms and Going Back To Virtual School Functional programming The Weekly Source Code 34 - The Rise of F# Object Oriented F# - Extension Everything Side...

Posted by Eyal | 1 comment(s)

Blog Carnival #2
ASP.NET A solution for the partial rendering issue: CS1502: The best overloaded method match for 'System.IO.TextWriter.Write(char)' has some invalid arguments error The correct code would be: <% Html.RenderPartial("somecontrol.ascx", SomeDataEntity ) %> Read all about it Visual Studio Extensibility LearnVSXNow - updated wiki Extensible Framework Design Studio Released - download Architecture / Software design Revisiting the onion F# F# Community Technical Preview (CTP) Release...

Posted by Eyal | with no comments

Visual Studio Tip - How to restore missing templates
Just run the following in cmd: DevEnv.exe /installvstemplates note: if you have Visual Studio 2005 and 2008 installed use full path to devenv.

Posted by Eyal | with no comments

Extensibility How do I #8 and Visual Studio guids
How do I save a project via API in silent mode Interfaces and classes needed IVsSolution And the guids needed to handle menus: Menus Microsoft.VisualStudio.Shell.VsMenus, Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0 Commands Microsoft.VisualStudio.VSConstants.VSStd2KCmdID, Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0 Microsoft.VisualStudio.VSConstants.VSStd97CmdID, Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0 Project kinds VSLangProj.PrjKind, VSLangProj, Version=7.0.3300.0 VSLangProj2...

Posted by Eyal | with no comments

Extensibility How to #3 and #4
Pablo continues his series on various how to scenarios in VS Extensibility - How do I intercept a Visual Studio command execution and How do I know if Visual Studio is running in elevated mode .

Posted by Eyal | with no comments

Enabling Add-ins in your Isolated VS Shell
VSX (Visual studio extensibility) team has a new post on how to enable visual studio addin's in Isolated VS Shell.

Posted by Eyal | with no comments

תגים:, ,