Use the first case,
/// <summary>
/// Something here
/// </summary>
[MyAttribute]
public void MyMethod() {}
Resharper likes it and it should give you Something here in Intellisense. When it doesn’t then there is another problem to solve.
Use the first case,
/// <summary>
/// Something here
/// </summary>
[MyAttribute]
public void MyMethod() {}
Resharper likes it and it should give you Something here in Intellisense. When it doesn’t then there is another problem to solve.