vb.net 2003 how to disable intellisense?

  • Thread starter Thread starter ChairShot
  • Start date Start date
C

ChairShot

I want to disable intellisense. I'm using vb.net 2003 with visual
studio. I am a college stundent and it is slowing me down so I can't
finish my work.

dos-man
 
I want to disable intellisense. I'm using vb.net 2003 with visual
studio. I am a college stundent and it is slowing me down so I can't
finish my work.

I am cuious how huge your project is. Maybe it's time to refactor the
project and splitting it up into multiple projects and namespaces. AFAIS
there is not way to disable IntelliSense without loosing syntax
highlighting.
 
I want to disable intellisense. I'm using vb.net 2003 with visual
studio. I am a college stundent and it is slowing me down so I can't
finish my work.

dos-man


How does intellisense slow you down? I find it to be a HUGEly
valuable feature.
 
Me, too. It actually speeds up my development not having to key every
character of every method or property name. And the prompting for the
parameters helps also.
 
Me, too. It actually speeds up my development not having to key every
character of every method or property name. And the prompting for the
parameters helps also.


That's the biggest thing for me - reminding me of an object's function
names and parameters. The most-often-used ones are not so much a
problem, but there are LOTS of objects in modern programmign
environments, and some of them are typically only used once or twice
in the initialization section of a program and I just can't remember
all that stuff. It's SO nice to have the reminder.
 
Back
Top