Technology & Programming Enthusiast blog

<
OMNITECHIE
 

Visual studio 2010 First impressions -- IDE

May 8, 2010 00:14 by Rickron

I am very pleased with the new IDE. I have noticed a problem in VC++ when selecting text ; the text start flashing and it is annoying ...it seems to pump some resources somewhere...very strange . I have search on this problem and I didn't find anything.

I really like the Navigate TO function. This is something similar to the Find in  File object which locate anything that contains the word typed. This is FAST, almost instantaneous and it goes through imported library. It work in C++ which should give some problem because there can be a lot of symbols of diffrent type. Instead of just returning a line it gives also the the type of information it is, a function declaration by example.

They have introduced a new system to pump keyboard shortcut. I had to set again some keys like the one to list windows (Windows.Window). My previous one was set into the GLobal context and it seems that I had to put an override using the Text editor context.

I have noticed a slight performance problem but it is no obvious to see. Simple operation like page or line scrolling have different feeling. The impact might come from the IDE implementation using WPF.

 Rick


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories:
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Related posts