Open tmat opened 1 year ago
Version Used: Version 17.8.0 Preview 2.0 [34008.482.main]
Steps to Reproduce:
/// <summary> /// <paramref name="Primary"/> /// </summary> class C(int Primary) { /// <summary> /// <see cref="Primary"/> /// </summary> void WritePrimary() { Console.WriteLine(Primary); } }
GTD: "Cannot navigate to the symbol under the caret." FAR: Highlight:
However, completion does include it:
@CyrusNajmabadi FYI
Version Used: Version 17.8.0 Preview 2.0 [34008.482.main]
Steps to Reproduce:
GTD: "Cannot navigate to the symbol under the caret." FAR: Highlight:
However, completion does include it: