Welcome to MSDN Blogs Sign in | Join | Help

May 2009 - Posts

Some resources about Visual Studio Extensibility

A couple of readers have posted questions about Visual Studio Extensibility, DTE, your own packages, commands, experimental hive etc. To be frank, I’m not an expert in this field, so instead of trying to answer these questions, I will point to some better
Posted by Kirill Osenkov | 1 Comments
Filed under:

Should Call Hierarchy display compiler-generated member calls?

[A quick reminder, Call Hierarchy is a new IDE feature in VS 2010] In the comments to the previous post , a reader is asking: But why are the query operator method calls ignored by the Call Hierarchy? var r = from i in new[] { 1, 2, 3 } where i > 1
Posted by Kirill Osenkov | 3 Comments
Filed under: ,

Visual Studio 2010 Beta 1 is out!

In case you missed it (which I don’t believe), today we released Visual Studio 2010 Beta 1 to MSDN subscribers. On Wednesday, it will become available for everyone else to download. The build is much more stable and fleshed out then the early CTP preview
Posted by Kirill Osenkov | 2 Comments
Filed under: ,

A simple sample for C# 4.0 ‘dynamic’ feature

Earlier I posted some code to start Visual Studio using C# 3.0: using System; using EnvDTE; class Program { static void Main( string [] args) { Type visualStudioType = Type .GetTypeFromProgID( "VisualStudio.DTE.9.0" ); DTE dte = Activator .CreateInstance(visualStudioType)
Posted by Kirill Osenkov | 11 Comments
Filed under: , ,
 
Page view tracker