all groups > visual studio .net ide > june 2007 >
You're in the

visual studio .net ide

group:

IntelliSense tooltip and web reference


IntelliSense tooltip and web reference rrm
6/23/2007 2:01:00 AM
visual studio .net ide:
Hi

I have a solution of 3 projects. A DocProject, a web service and class. In
the class I include the web service with a web reference and in the web
service the only function helloworld has been commented with:

''' <summary>
''' ngjlkfdgjkdfgjk
''' </summary>
''' <returns>fdgfdgfdg</returns>
''' <remarks>fdgdfgdfgfdg</remarks>
''' <exception cref="
AccessViolationException">kfjlkshfkjsfhdkjshdfkj</exception>
<WebMethod()> _
Public Function HelloWorld() As String
Return "Hello World"
End Function

In the class project I then tried to:
Imports ClassLibrary1

Public Class Class1

Public Sub test()
Dim ws As New localhost.Service1()

ws.HelloWorld()

End Sub
End Class

But when I type ws. to get the IntelliSense tooltip, with the summery, I
only get the function description without the summery.

RE: IntelliSense tooltip and web reference rrm
6/28/2007 4:30:02 AM

Hi

[quoted text, click to view]

If I look in the auto generated stub "Reference.vb" I see the none of the
comments are present, within that file (only <remarks/> is pressent). If I
add a comment in the file, then IntelliSense is showing the file just fine.

So how do I ensure that the comments are also available in IntelliSense in a
AddThis Social Bookmark Button