Intellisense is not working in VS 2005 IDE!

  • Thread starter Thread starter chandan
  • Start date Start date
C

chandan

Hi,
Intellisense is not working in VS 2005 IDE.How can I enable the
intellisense ?

Thanks,
Chandan kumar
 
chandan said:
Hi,
Intellisense is not working in VS 2005 IDE.How can I enable the
intellisense ?

In Tools > Options you can control how the intellisense works.

If you have some errors in your code, the IDE might not be able to parse
the code. Then the intellisense will not work until you have corrected
the errors. This is common if you forget an end paranthesis or end
bracket, as that will put the rest of the code totally out of context.
 
Are you sure the class you are working on is included in your project?

John.







- Show quoted text -

In existing error free code,when I remove dot then intellisense should
work but it doesnot work here? same is the case when I write the new
code . I also see the tools ---> Option and set the itellisense but
remains result is same.

plese find where is the problem?
 
In Tools > Options you can control how the intellisense works.

If you have some errors in your code, the IDE might not be able to parse
the code. Then the intellisense will not work until you have corrected
the errors. This is common if you forget an end paranthesis or end
bracket, as that will put the rest of the code totally out of context.

In existing error free code,when I remove dot then intellisense should
work but it doesnot work here? same is the case when I write the new
code . I also see the tools ---> Option and set the itellisense but
remains result is same.

plese find where is the problem?
 
In existing error free code,when I remove dot then intellisense should
work but it doesnot work here? same is the case when I write the new
code . I also see the tools ---> Option and set the itellisense but
remains result is same.

plese find where is the problem?

Does pressing Ctrl+J bring up the intellisense menu?

Thanks,

Seth Rowe
 
Back
Top