XML Comments not showing on Vb.Net

2020-02-05 10:05发布

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条回答
倾城 Initia
2楼-- · 2020-02-05 10:34

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 =)

查看更多
登录 后发表回答