CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2009
    Posts
    45

    VS 2008 express auto complete and list member not working

    Hi:

    I used to be a eclipse user, I am working with a SDK that requires VS to compile. I installed the free VS 2008 express edition, I realized that it does not have the auto complete/list member function that I used a lot in eclipse, which hints me the member functions when I am coding with a class. It should looks something like this.
    http://karlshifflett.files.wordpress...2/ctrljtwo.jpg

    Is that because the express version doesn't have it or I did not turn it on or?

    Any thought?

    Thanks.

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: VS 2008 express auto complete and list member not working

    It's called IntelliSense. Express edition should have it too. Delete your .NCB file, and then open your project again.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

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

Featured