问题
I am using something similar to this and it will not display the Summary or Remarks when I am attempting to use the Intellisense for this function?
''' <summary>
''' Summary
''' </summary>
''' <param name="param">The Parameter.</param>
''' <remarks> Remarks </remarks>
any ideas?
回答1:
Need to goto Projects -> Project Properties -> Compile and turn on XML Generated File to generate the comments file.. Then build your project and it will work =)
来源:https://stackoverflow.com/questions/1329338/xml-comments-not-showing-on-vb-net