IntelliSense!?

  • Thread starter Thread starter Nedeljko Tadic
  • Start date Start date
N

Nedeljko Tadic

IntelliSense stop working in my C#...
And that's happening just in one solution, in others everything seems to be
ok...
How do I fix it????
 
Try...
Tools\Options
Then go to 'Text Editor\All Languages\General' and make sure that Auto list
members is checked in the Statement Completion section.

HTH,

mk
 
mk said:
Try...
Tools\Options
Then go to 'Text Editor\All Languages\General' and make sure that Auto list
members is checked in the Statement Completion section.

HTH,

mk



Still not working... Any ideas?
 
Nedeljko Tadic said:
IntelliSense stop working in my C#...
And that's happening just in one solution, in others everything seems to
be
ok...
How do I fix it????

In your obj\Debug and obj\Release folders, delete any *.projdata files you
find. These are locked when the IDE is open, so you'll need to exit or
switch configurations before you delete them.

Marc
 
mk said:
Try...
Tools\Options
Then go to 'Text Editor\All Languages\General' and make sure that Auto list
members is checked in the Statement Completion section.

HTH,

mk



I tried erasing of "*.projdata" files, and there is no effect...
Also in tools>options>text editor>all languages or c# everything seems to be
ok. But intellisense still not working...

So if anyone can solve this problem it would help me a lot...

Thanks in advance...
 
Back
Top