Intelligence in VS 2005
-
Hi All How i can get the intelligence in VS 2005. e.g i am using sqlcommand.ExecuteReader(commandbehavior.behavior). So by using which keyboard keys combination i can get the different values for "commandbehavior.behavior" Thanks!! Amit
-
Hi All How i can get the intelligence in VS 2005. e.g i am using sqlcommand.ExecuteReader(commandbehavior.behavior). So by using which keyboard keys combination i can get the different values for "commandbehavior.behavior" Thanks!! Amit
CTRL + J
Regards, Sylvester G If we don't succeed, we run the risk of failure
-
Hi All How i can get the intelligence in VS 2005. e.g i am using sqlcommand.ExecuteReader(commandbehavior.behavior). So by using which keyboard keys combination i can get the different values for "commandbehavior.behavior" Thanks!! Amit
if you would like to get list of all classes, namespaces, properties etc without writing a letter then use CTRL+J. If you write some object and after like "commandbehavior." and want different options then after "commandbehavior." you can press CTRL+Space
God Bless you. Always do good to others