Intellisense is not working in VS 2005 IDE!

C

chandan

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

Thanks,
Chandan kumar
 
?

=?ISO-8859-1?Q?G=F6ran_Andersson?=

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.
 
C

chandan

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?
 
C

chandan

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?
 
R

rowe_newsgroups

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
 

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

Top