I just refactored some function arguments in Visual Studio 2010 and saw that it now also refactors your function XML comments as well! One of the minor pain points up until now when you refactor your function arguments is that you have to remember to also update the arguments in your function XML documentation. It was nice to see that those XML function comments are also updated during the refactor.

1 comment:

  1. That's pretty cool, but previously your application wouldn't compile so at least you didn't have to "remember" to update comments ;] It was just tedious.

    ReplyDelete