Documentation generation
When you have long code in LinqPad (Several classes in one file) it is really helpful if we can have some documentation. However currently linqpad does not do anything in this area. As a start, it can generate the documentation skeleton when user type /// above the method, property etc. Then if that can be evolved to do the auto documentation generation from the method/property names (like GostDoc), that would be awesome!
6
votes
Sixth Sense
shared this idea
-
Derek Morin commented
I don't care about the auto documentation generation, but /// to do the skeleton like it does in visual studio would be nice.