In Visual Studio whenver you type ''' (3 apostriphys) above a method it generates the following comments/parameters based on the method below it.
''' <summary>
'''
''' </summary>
''' <param name="sender"></param>
''' <param name="e"></param>
''' <remarks></remarks>
Private Sub _lnkFilmWeeklyAttendance_Click(ByVal sender As Object, ByVal e As System.EventArgs)
Why when working inside LLBLGen Entity/Collection "Custom Code" regions, does it not pick this up? We where wondering if there is a visual studio preference we need to change? After using this feature of VS for awhile, it gets annoying to have to manually type your documentation comments.
We have about 5 developers working with LLBLGen, all using Visual Studio 2005 Professional. We all have the same problem.
Thanks!
Travis