Hello, I have just started using the built in code comment snippet in VS2005. Something that I really liked about this is that what you type in the <summary> bracket will show up when you call your method. This works great if I am referencing a class which has methods with these code comments, however the <summary> comments do not not show up if I am calling a method from a web service object. Is there any way to make these show up when referencing a web service?
Just to clarify, when I say "show up" I am referring to as you begin to type in the method you are calling, a pop-up box appears showing the method and its parameters, etc. The summary comments should also show up here.
Thanks in advance.