Results 1 to 2 of 2

Thread: [2005] Turn on Intellisense?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2005
    Posts
    625

    [2005] Turn on Intellisense?

    I was given a project and Intellisense seems to be turned off - it wont
    warn me of errors as I type (such as an undeclared variable, etc).

    How do I turn it back on?

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [2005] Turn on Intellisense?

    intellisense is the autocomplete window that comes up as you type things. It sounds like the issue you are having (warnings about variables not being declared, etc..) are related to the background compiler of the IDE.

    It could even be something as simple as for some reason, option explicit is turned off, which wouldn't require you to declare variables before using them, however if its anything beyond that which you are not getting, like other syntax errors, then it is probably the background compiler.

    What I would do, is go to the tools menu in Visual Studio, and select "Import and export settings"

    I would then export my current settings (as a backup). Then I would select the other option in that dialog to reset all my settings to default and see if the problem goes away. That will tell you if it was a setting or not in Visual Studio.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width