How can I reset the intellisense settings in VS 2008? -


I got a new installation of the VS 2008 standard and I have installed DevExpress DXPerience 2008 with CodeRush! And for some reason, I decided to work halfway.

I have:

  class person {public string first name {get; Set; }}  

I can type:

  person p = new person (); P.  

... and Intelligence will not show any of the members, unless I 'will not delete' And type it again then it will work because I always expect it.

It is consistent between objects / projects / solutions. I am betting that it is VS. Or is coddling! Setting, but before trying to re-install coder before vS (takes a while).

Please take a look at the following settings in your Visual Studio:

  1. Tools -> Options -> Text Editor -> C # -> General -> Statement Complete -> Auto List Member
  2. Tools -> Options -> Text Editor -> C # -> General - > Statements complete -> Parameter Information
  3. Tools -> Options -> Text Editor -> C # -> General -> IntelliSense -> Show Completion List after a single character
  4. Tools -> Options -> Tech St Editor -> C # -> General -> Intelisensn -> made by pressing the space bar

Are they active? If not, please do so.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -