desperate call for help - intellisense not working any more

  • Thread starter Thread starter David C
  • Start date Start date
D

David C

This coincides with installing third party software from Infragistics
(infragistics.com), and running their utility for the tool tab.

Intellise no longer works. I have done uninstalling and re-installing
Visual Studio.NET 2003. Has not helped. I cannot get intellisense to
work.

Any help will be greatly appreciated.
 
David said:
This coincides with installing third party software from Infragistics
(infragistics.com), and running their utility for the tool tab.

Intellise no longer works. I have done uninstalling and re-installing
Visual Studio.NET 2003. Has not helped. I cannot get intellisense to
work.

Any help will be greatly appreciated.

Does color coding in the code files still work? If not, right-click
the .cs file in the solution explorer and select open with... and check
that the code editor is the default.

Frans

--
 
Hi David,
I had a problem when I uninstalled a third party component from Visual
Studio and the intellisence stopped working, not infragistics but JetBrains
Resharper. In order to make the intellisence work again I have to go to
Tools-> Options -> Text Editor -> C# and make sure that that the "Auto List
Members" box was checked. Once I did that then I was back in business.
Maybe this property has been unchecked for you?

Hope that helps
Mark Dawson
 
Thank you so much. I had a similar situation.

Did have JetBrains Resharper installed when I installed infragistics.
JetBrains started going haywire, not recognizing any user defined classes.
All of my user defined classes were colored in red.

After reinstalling VS.NET2003 (and uninstalling JetBrains), I ran into
similar problems.

Your suggestion fixed it. However, I still couldn't use Ctrl-space for auto
completion. Your suggestion did get me intellisense, but only after the
dot. Reinstalling Resharper brought back auto completion.
 
David said:
Thank you so much. I had a similar situation.

Did have JetBrains Resharper installed when I installed infragistics.
JetBrains started going haywire, not recognizing any user defined
classes. All of my user defined classes were colored in red.

After reinstalling VS.NET2003 (and uninstalling JetBrains), I ran
into similar problems.

Your suggestion fixed it. However, I still couldn't use Ctrl-space
for auto completion. Your suggestion did get me intellisense, but
only after the dot. Reinstalling Resharper brought back auto
completion.

if cntrl-space doesn't do anything, go to the keyboard setup and check
if cntrl-space is still bound to the command to show up tooltips. if
not, re-bind it.

FB


--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top