/// <summary>/// /// </summary>/// <param name="arg"></param>public void Foo (String arg){}whatever you put in the summary tag will appear in the intellisense and what ever you put in each argument tag will appear in the intellisense for each argument. intellisense comments also show up if you mouse over the method
If I understand what you're asking, then this too has been in VS for ages. Intellisense shows you everything including comments about the class, method, property etc. Spend some time in the IDE and check out the features. IMO, except for the refactoring support which lags behind Resharper and RefactorPro by a long way, VS has got everything else.