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:
- Tools -> Options -> Text Editor -> C # -> General -> Statement Complete -> Auto List Member
- Tools -> Options -> Text Editor -> C # -> General - > Statements complete -> Parameter Information
- Tools -> Options -> Text Editor -> C # -> General -> IntelliSense -> Show Completion List after a single character
- Tools -> Options -> Tech St Editor -> C # -> General -> Intelisensn -> made by pressing the space bar
Are they active? If not, please do so.
Comments
Post a Comment