VS.NET 2005 IDE problem
-
Hello experts... I make a function and above that I write too many comment about it. like //********************************************** //Purpose : //Input : //Output : //Created By : //Creation date : //********************************************** private function ABC(.....) { ... .. ... } When I enable the outlining then my code looks like... +//********************************[...] +private function ABC(.....)[...] I want the function should close but the comment not how to achive this...?
Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...
-
Hello experts... I make a function and above that I write too many comment about it. like //********************************************** //Purpose : //Input : //Output : //Created By : //Creation date : //********************************************** private function ABC(.....) { ... .. ... } When I enable the outlining then my code looks like... +//********************************[...] +private function ABC(.....)[...] I want the function should close but the comment not how to achive this...?
Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...
You would need to activate the XML commenting by using the triple slash /// instead of the comment double slash //
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"
-
You would need to activate the XML commenting by using the triple slash /// instead of the comment double slash //
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"
It doesn't solved my problem. Still same problem is occurred. Any other suggetion...? :confused: I'm using Ctrl+M, M
Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...
-
It doesn't solved my problem. Still same problem is occurred. Any other suggetion...? :confused: I'm using Ctrl+M, M
Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...
You would have to manually navigate to the comments and close their outlining.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"
-
You would have to manually navigate to the comments and close their outlining.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"
Any other solution. Because same as every programmer I have Copy/paste power with me. And I am working in .NET so ctr+M, M automatically pressed after some time ;P Actually It is in my habit. Either I have to change my habit or you suggestion is help full.
Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...