from your Visual studio IDE click on tools->option menu
in options dialog, Select Text Editor->All Languages->General.
on the right side you will get options in statement completion,
check all the options and do the same in Basic->General options too. click ok now you should get the statement completion options
Main Topics
Browse All Topics





by: DreamMasterPosted on 2008-09-12 at 01:20:52ID: 22457920
In VS2005 your intellisense is limited to the control you are doing something for, let's say you have a control called txtFirstName on your form right..then in codebehind, type txtFirstName. Right after the dot is where Intellisense kicks in, not before that. In VS2008 on the other hand, it will recognize the controls you have and give you suggestions based on that and all variables you have defined.
Regards,
Max.