Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » VS 2010   (RSS)

Visual Studio 2010 Beta 2 Known Issues – Part 2

This post continues my unofficial list of known issues in VS 2010 Beta 2 ( see Part 1 ). As we continue getting Beta 2 feedback and investigating issues, it's time for another update on the issues we've been seeing. Please keep in mind that due to the
Posted by Kirill Osenkov | 9 Comments
Filed under: ,

Visual Studio 2010 New Editor screenshot

I’m very happy with how the Visual Studio editor improved since Beta1: This is all WPF and includes the WPF 4.0 text rendering changes (DWrite integration). Note the new Zoom combobox in the bottom-left (which is the visual counterpart of Ctrl+ScrollWheel).
Posted by Kirill Osenkov | 18 Comments
Filed under: ,

Reflection with dynamic

This past summer the Visual C# IDE team was fortunate enough to have Paul van Brenk intern with us. Paul is a great guy and an experienced .NET developer from Rotterdam, Netherlands , who is interested in Azure, cloud computing and many other things.
Posted by Kirill Osenkov | 0 Comments
Filed under: , , ,

Having Fun with the New Editor in VS 2010

I was figuring out how to test the new WPF editor through the new managed API and it suddenly occurred to me how easy it is to do things to the editor that just weren’t possible before. For example, I decided that I like my editor rotated: Why? Because
Posted by Kirill Osenkov | 6 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: , ,

What's common between C# 4.0 optional parameters, object initializers, the new WPF code editor and the navigation bar comboboxes?

I found an interesting bug recently which resulted from a pretty weird constellation of the following Visual Studio features: C# 4.0 optional parameters object initializer syntax the VS code editor rewritten from scratch in managed code and WPF the navigation
Posted by Kirill Osenkov | 1 Comments
Filed under: ,

Call Hierarchy Navigation in Visual Studio 2010

We're currently designing a new IDE feature named Call Hierarchy. Essentially, it allows you to find places where a given method is called, which is similar to how Find All References currently works. However, unlike Find All References, the Call Hierarchy
Posted by Kirill Osenkov | 24 Comments
Filed under: ,

New IDE features in VS 2010

We have announced a list of new IDE features for managed languages in Visual Studio 2010: http://blogs.msdn.com/somasegar/archive/2008/12/19/code-focused-development-in-vs-2010.aspx
Posted by Kirill Osenkov | 0 Comments
Filed under: ,

Links about Visual Studio 2010 and C# 4.0

A while ago we announced Visual Studio 2010 and C# 4.0. In case you'd like to catch up and read articles or watch videos about the upcoming new features, I wanted to gather some links here. PDC http://channel9.msdn.com/pdc2008/ is a great link about PDC,
Posted by Kirill Osenkov | 8 Comments
Filed under: , ,
 
Page view tracker