Slow entries

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi,

We have a large Solution that compiles to one
application. Lately it has become very slow when you
enter some new code. If I type in a line of code and hit
the Enter key it sits for a few seconds every time. I
suspect it has to do with the real time error checking
that VB does. Is there some way to turn this off and just
handle the errors when I click Debug? Also, is there some
way to turn off the 'auto-completion / suggestion'
business as well? I'm not sure where to adjust this in
Visual Studio.

Thanks,
JOhn
 
For the auto list members goto the menu Tools-->Options
this opens a dialog box. In the box, on the left hand side
select text editor. In the general section you will find
the options for auto list members.

I have not come across the real time error checking
option. You may find it in the same place.
 
Back
Top